1

Topic: is there a printer sleep function?

Does the software have a sleep function which would turn the heaters off after a print is finished?

SD2 Sanguinololu 1.3a atmega1284p, wood platform, lawsy's carriages, braided fishing line, pallet wood overhead spool mount, carboard/magnet enclosure, glass bed, E3D v6, bed levelling knobs, extended z-stop, 25A DC-DC SSR for bed heater, everything fixed to the SD2 frame, marlin firmware with some adjustments and extra failsafes enabled.  I'll never give up on you, little printer that could(n't)!

2

Re: is there a printer sleep function?

M104 S0 ; kill extruder temperature
M140 S0 ; kill bed temperature
M84 ; disable motors

3

Re: is there a printer sleep function?

lawsy wrote:

M104 S0 ; kill extruder temperature
M140 S0 ; kill bed temperature
M84 ; disable motors

Perfect!  Just in time for a print-and-sleep tonight.

SD2 Sanguinololu 1.3a atmega1284p, wood platform, lawsy's carriages, braided fishing line, pallet wood overhead spool mount, carboard/magnet enclosure, glass bed, E3D v6, bed levelling knobs, extended z-stop, 25A DC-DC SSR for bed heater, everything fixed to the SD2 frame, marlin firmware with some adjustments and extra failsafes enabled.  I'll never give up on you, little printer that could(n't)!

4

Re: is there a printer sleep function?

So add this to the end of the gcode?