[Marlin] M104 - Set Hotend Temperature
Last updated
Was this helpful?
Last updated
Was this helpful?
📅Update: 2020/09/18
Set a new target hot end temperature and continue without waiting. The firmware will continue to try to reach and hold the temperature in the background.
Use to wait for the hot end to reach the target temperature.
With PRINTJOB_TIMER_AUTOSTART
this command will stop the print job timer if the temperature is set at or below half of EXTRUDE_MINTEMP
.
M104
[B<temp>]
[F<flag>]
[I<index>]
[S<temp>]
[T<index>]
[B<temp>]
AUTOTEMP
: The max auto-temperature.
[F<flag>]
AUTOTEMP
: Autotemp flag. Omit to disable autotemp.
[I<index>]
Material preset index. Overrides S
.
[S<temp>]
Target temperature. AUTOTEMP
: the min auto-temperature.
[T<index>]
Hotend index. If omitted, the currently active hotend will be used.
Set target temperature for the active hotend
Set target temperature for E1
AUTOTEMP
: Set autotemp range
AUTOTEMP
: Disable autotemp