Auto power down after cooldown
-
Ok, now that I have the ATX power control working on my Hacked FFCP it would be really nice if I had some option to turn off the ATX supply after a print and after cool down ?
Wait, would telling it to wait on temp down to a reasonable level and then issuing M81 work ? Either way it would be nice to have this as say a check box. I think I'll try to add some commands to the sleep.g script for now.
Thanks,
Jeff
-
I just tried this in sleep.g
M109 S60 T0 ;Set extruder 1 temp and wait.
M109 S60 T1 ;Set extruder 1 temp and wait.
M116 H1 ;Wait for heater 1
M81 ;Turn off ATX powerIt works for me when used with the auto sleep checkbox (M1), but only because I use one heater at the moment with my config. I would love to find a better way to do this.
Anyone have some clever ideas ?
Thanks,
Jeff
-
I have it on my work list to add an option to the M81 command to defer powering down until specified thermostatic fans have turned off.
-
I have it on my work list to add an option to the M81 command to defer powering down until specified thermostatic fans have turned off.
That would be perfect and a great solution.
Thanks,
Jeff