Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
suggested by cakeller98
|
|
|
|
match repsnapper expectations
|
|
Amended Gcode descriptions at top of file.
|
|
Makefile support to enable upload/compile without the Arduino IDE.
|
|
Arduino Env usage.
|
|
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.
|
|
|
|
|
|
|
|
|
|
readings
|
|
|
|
|
|
|