Skip to content
Scott Lahteine edited this page Mar 23, 2016 · 2 revisions

DO NOT EDIT THIS PAGE. The wiki is being ported to a new documentation system.
Please see Issue #3088 "New Documentation" for more information.

Table of Contents

Description

Set the target temperature for a hotend.

Example

 M104 S190 ; Set the current extruder's hotend temperature
 M104 T1 S220 ; Set the hotend temperature for Extruder 1

Arguments

 S<celsius> Required. The temperature to set.
 T<target>  An optional extruder number.

Discussion

M104 changes the target temperature for an extruder's hotend. Unlike the M109 command, it will not wait for the temperature to be reached before proceeding with the next command.

Notes

  • Use M109 to wait for the target temperature to be reached. M109 can also be used to set the temperature, obviating the need for this command during a print job.
  • With DUAL_X_CARRIAGE this sets the temperature for both hotends, adding an offset to the second temperature (as set by the M605 R parameter).
Clone this wiki locally