forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
M104
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.
Set the target temperature for a hotend.
M104 S190 ; Set the current extruder's hotend temperature M104 T1 S220 ; Set the hotend temperature for Extruder 1
S<celsius> Required. The temperature to set. T<target> An optional extruder number.
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.
- 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).
Welcome to Marlin
Setting Up Marlin
Features
Configuring Marlin
Reference
GCode in Marlin
Join the Marlin Project
Contributing to Marlin
Coding Standards
Marlin or MarlinDev?
Marlin Branches
Marlin 1.2 Development
Compiling-MarlinDEV-master