Set Temperature
Changes the nozzle temperature during the print. Can optionally wait for the temperature to be reached before continuing.
Block
Interactive preview is available in the interactive reader.
Parameters
value (°C)- Target nozzle temperature.
wait- When checked, the printer pauses until the target temperature is reached (G-code M109). When unchecked, temperature changes in the background (M104).
How it works
Set Temperature inserts a temperature command into the G-code. Without "wait", the printer begins changing temperature while continuing to print. With "wait", the printer stops all movement until the target is reached.
G-code output
| Wait | G-code | Behavior |
|---|---|---|
| Off | M104 S200 | Change temperature, keep printing |
| On | M109 S200 | Pause until 200°C is reached |