Age | Commit message (Collapse) | Author |
|
the limiting (X, Y, Z or E) axis in that move based on his start speed
|
|
check. See next commit for more info.
|
|
account when calculating the leading axis acceleration for the move
|
|
axis generic
|
|
acceleration math code to be axis generic
|
|
Y use it
|
|
implementation
|
|
steps_to_take. This is needed to later integrate N bresenham in
|
|
|
|
|
|
first of a series of commits to refactor Sprinter to use bresenham on all axis. Much of the inspiration comes from ScribbleJ fork.
|
|
|
|
Heat interval check inside manage_heater()
|
|
Endstop patch
|
|
|
|
|
|
responding to commands
|
|
happening or not - this improved PID performance
Make temp check interval configurable.
Make temp tables static to save RAM.
|
|
|
|
|
|
|
|
Reduce ram usage with smaller buffer line size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added G28 homing code
|
|
confusing repsnapper.
|
|
|
|
|
|
|
|
|
|
|
|
Re factored main movement routines
|
|
Cleaned up some code formatting
|
|
|
|
Added a RAMPS version #define in pins.h
|
|
|
|
|
|
|
|
|
|
travel moves
|
|
|
|
Added a RAMPS version #define in pins.h, so there are two clean/clear sections of pins for the RAMPS versions.
Also added the Heater_1_Pin -1 to the RAMPS V1.0 section.
|
|
Changed the comment to reflect the updated usage
Old functionality remains unchanged M84 disables steppers after finishing previous move.
Added functionality: M84 S<seconds> adds an inactivity timeout, after which the steppers will be disabled. If S0, then no timeout (default)
|
|
|
|
|