Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Support for Teensylu (at90usb1286)
|
|
|
|
|
|
Add gen3+ support for the techzone gen3 remix
|
|
|
|
|
|
|
|
Fix issue #70 (scoping problem when acceleration is disabled)
|
|
|
|
|
|
|
|
This reverts commit a27649c455c4d13385b32d45bf353ab890da052a, reversing
changes made to 8fa84ce04eda414886cc5b075d7257e49b6f7f0a.
|
|
simplified string-to-number conversions
|
|
PID fixes
|
|
|
|
|
|
Commit 614b60b was missing function signatures and wouldn't compile
|
|
|
|
for my old hotend, but overshoot badly on MG hotend)
|
|
|
|
Signal an optional ALARM_PIN when reaching MAXTEMP
|
|
don't have temperature control anymore
|
|
Conflicts:
Sprinter/Sprinter.pde
|
|
Initialize LED pin (was stuck after hard resets)
|
|
Alarm signal can be dismissed by hard-resetting the board or by sending
a M42 P23 S0 command (where 23 is the ALARM_PIN)
|
|
|
|
Experimental: Fix temp readings for multiple sensor types.
|
|
Signed-off-by: Greg Frost <gregfrost1@bigpond.com>
|
|
|
|
Change ENDSTOPS_INVERTING to [XYZ]_ENDSTOP_INVERT
|
|
Added selection for and thermistor table for Honeywell 135-104LAG-J01
|
|
|
|
|
|
Fix so the FAN pin is set as output and fixed fan off case for PWM pins
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactoring acceleration math to a new setup_acceleration() function to make M92 work
|
|
|