heater at end of print stays warm
-
I have 2 heaters one stays on at the end of printing, the other turns off, how can I the second heater at the end of printing? thanks
-
@luca-Massimiliano It depends a bit how you shut off heater 1 at the end.
It can be in your slicer endcode or in stop.g in the sys folder. I recommend to write the gcode to the same place.
If you firmware is 3.3 or later, you can use the following code to shut down the heaters. Assuming it is tool0 and tool1M568 P0 R0 S0 ; shut off heaters M568 P1 R0 S0
If your firmware is older, you have to use a G10 command.
-
thanks I entered the commands in stop.g now I'll check if at the end of the print they both turn off