Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit a27649c455c4d13385b32d45bf353ab890da052a, reversing
changes made to 8fa84ce04eda414886cc5b075d7257e49b6f7f0a.
|
|
simplified string-to-number conversions
|
|
|
|
|
|
for my old hotend, but overshoot badly on MG hotend)
|
|
|
|
don't have temperature control anymore
|
|
Conflicts:
Sprinter/Sprinter.pde
|
|
Alarm signal can be dismissed by hard-resetting the board or by sending
a M42 P23 S0 command (where 23 is the ALARM_PIN)
|
|
|
|
Signed-off-by: Greg Frost <gregfrost1@bigpond.com>
|
|
|
|
Change ENDSTOPS_INVERTING to [XYZ]_ENDSTOP_INVERT
|
|
Fix so the FAN pin is set as output and fixed fan off case for PWM pins
|
|
|
|
|
|
|
|
|
|
|
|
M92 fully working.
|
|
|
|
|
|
duplication
|
|
|
|
M42 for toggling individual pins or setting PWM, modified MINTEMP to apply to heated bed
|
|
MINTEMP will then again allow the bed to be turned on, but not off, when there are no thermistor, or thermistor is broken.
|
|
thermistor fails.
|
|
|
|
timer does not stop. Set the PWM to 0 as well to prevent hotend meltdowns.
|
|
Heater current limit
|
|
|
|
to be esablished and maintained for residency time +/- a configurable hysteresis
|
|
|
|
|
|
|
|
without acceleration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix homing to max endstops
|
|
always reset to 0.
|
|
|
|
|
|
This reverts commit b31c7a837ff5baff89043f3c06b1b2191ed9f79d.
|
|
|