Michael Moon
01b5c678c6
minor fixes, tool variables in gcode_process and elimination of more heater code if no heaters
2010-11-27 12:18:27 +11:00
Michael Moon
ad52220855
check for HEATER_SANITY_CHECK before trying to use sanity checking variables
2010-11-20 13:12:29 +11:00
Michael Moon
2b1fbe38db
preliminary heater sanity check code, disabled by default until tested
2010-11-11 00:51:25 +11:00
Michael Moon
37f6dbff23
preliminary DC motor extruder support
2010-11-09 10:59:13 +11:00
Michael Moon
be0a0134c8
check DEBUG flag before pulling in sersendf_P
2010-11-08 18:26:33 +11:00
Michael Moon
d57dc22c04
initialise PWM properly
2010-11-08 10:55:16 +11:00
Michael Moon
95e7013dd6
attempt to move heater PID to extruder controller board
2010-11-08 10:55:16 +11:00
Michael Moon
4bdb97c3b7
merge gen3 stuff
2010-11-08 10:55:15 +11:00
Michael Moon
d93dcff378
merge multi_temp stuff
2010-11-08 10:54:58 +11:00
Markus Hitter
2391dc2901
If there's no HEATER_PIN, there's no heater, so disable the
...
heater code. Also remove the temp_achieved() declaration
in heater.h, which has no definition in heater.c.
If you wonder about what might be the use of not having a heater,
think about a paste dispenser or an externally heated extruder :-)
Having no heater removes a whopping 1200 bytes of program size.
2010-10-07 23:43:46 +02:00
Markus Hitter
68f4610e79
heater.h/.c: remove a few obsolete #includes.
2010-10-07 23:43:36 +02:00
Michael Moon
e78381c56d
Move configuration to config.h.dist
2010-09-27 09:20:07 +10:00
Michael Moon
f037bb5320
removed unused ABS_DELTA
2010-09-17 10:29:27 +10:00
Michael Moon
9e21f6c811
move temp_residency back to temp.h
2010-09-12 16:07:28 +10:00
Michael Moon
273d63f242
splitting heater stuff out into a separate file
2010-09-12 14:47:49 +10:00