Age | Commit message (Collapse) | Author |
|
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 a few spaces here and there to improve readability.
|
|
|
|
Add config for mega 1280 to the makefile
|
|
|
|
Fix typo in setting y-acceleration in M201/M202
|
|
|
|
Add a maximum temperature limit after which the heater shuts down.
|
|
|
|
|
|
|
|
|
|
Added G28 homing code
|
|
confusing repsnapper.
|
|
|
|
|
|
|
|
|
|
|
|
Re factored main movement routines
|
|
Cleaned up some code formatting
|
|
|
|
Added a RAMPS version #define in pins.h
|
|
|
|
Moved function definitions into separate .h file for readability.
|
|
|
|
|
|
|
|
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.
|
|
Added M84 Timeout for steppers with M84 Sn
|
|
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)
|
|
|
|
|
|
|