Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
travel moves
|
|
|
|
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)
|
|
|
|
|
|
suggested by cakeller98
|
|
|
|
match repsnapper expectations
|
|
Amended Gcode descriptions at top of file.
|
|
Makefile support to enable upload/compile without the Arduino IDE.
|
|
Added code for M114, Display current position
|
|
|
|
|
|
Tested on various configs with arduinio-0022. Note you have to edit the first few lines
of the Makefile to match your config.
|
|
|
|
disconnected thermistor
|
|
This seems to work better than STEP_DELAY_RATIO and is enabled by default
|
|
This should be manually enabled in configuration.h if you are
experiencing missing steps. Please be aware that enabling it may
also prevent your motor from reaching the nominal speed.
|
|
|
|
|
|
|