Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
M92 fully working.
|
|
|
|
|
|
|
|
|
|
Removed all unnecessary config option values to avoid confusion
|
|
think that setting them to 0 disabled the feature, while it has to be commented instead)
|
|
Tiny change to confusing config option
|
|
feature, so that's just confusing.
|
|
Cooling temp residency
|
|
duplication
|
|
Add EPCOS 100k thermistor table.
|
|
|
|
Add EPCOS thermistor table to configuration.
|
|
|
|
|
|
|
|
ParCan Thermistor table added
|
|
ATmega1284P support
|
|
Experimental adding of M109 cooldown handling
|
|
use the fan pin to power the hot end heater on the crappy techzone monotronics
|