Marlin M86 counterpart: reduced idle temp
-
I'm looking for a way to reduce hotend temp while the Machine is in sequential pause midprint.
I googled, seems like Marlin has it implemented with M86.
Or are there Solutions available i just couldnt find?M86 [B<temp>] [E<temp>] [S<seconds>] [T<temp>] Parameters [B<temp>] Bed idle temperature. The bed is set to this temperature on timeout. (Requires a heated bed.) [E<temp>] Extruder idle temperature. The hotend is set to this temperature on timeout. [S<seconds>] Timeout period. Temperatures are reduced if the machine is idle for this period. [T<temp>] Temperature trigger. Timeout only applies above this temperature.
-
You can use M568 to set the tool heater to off, standby or active:
Frederick
-
@DavidG_68kg_PLA said in Marlin M86 counterpart: reduced idle temp:
while the Machine is in sequential pause midprint
What you you mean by "in a sequential pause"?
Pausing in RRF executes the pause.g macro (or for some types of pause an alternative macro if present, such as filament-change.g). It's common to set the hot end heater to standby in pause.g and then to set it back to active in resume.g.