Age | Commit message (Collapse) | Author |
|
This should be a comment. Instead it is printed together with
the 'upload' target, when idented.
|
|
applet/$(TARGET).elf should depend on the cpp file, not on .pde
so that the cpp is rebuilt when pde changes. We drop the target
applet_files to achieve the correct behaviour.
Now 'make upload' does rebuild the hex file as well.
|
|
|
|
This reverts commit 11d3281a09e2a2f0ae7c9695f79d2d903c22716b, reversing
changes made to f8c17d3b4655ba9b694c407ff174135badb914a5.
|
|
|
|
|
|
|
|
of comparing with the result.
|
|
|
|
|
|
Conflicts:
Sprinter/Configuration.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add gen3+ support for the techzone gen3 remix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a27649c455c4d13385b32d45bf353ab890da052a, reversing
changes made to 8fa84ce04eda414886cc5b075d7257e49b6f7f0a.
|
|
simplified string-to-number conversions
|
|
PID fixes
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|