Age | Commit message (Collapse) | Author |
|
the heater.
|
|
off to keep current behavior.
|
|
driver to enable (time needed according to datasheet)
|
|
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.
|
|
board in pins.h
|
|
was using arduino pin numbers
I also put in a note that Gen 7 only works at 16 MHZ due to timing issues with WProgram.h and wiring.h
|
|
|
|
Allow ATmega644 (non-P version) for Gen7
|
|
This reverts commit 11d3281a09e2a2f0ae7c9695f79d2d903c22716b, reversing
changes made to f8c17d3b4655ba9b694c407ff174135badb914a5.
|
|
|
|
|
|
|
|
|
|
|
|
Experimental oscillation reduction
|
|
|
|
|
|
|
|
|
|
|
|
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)
|