3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

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

WaitG-codeBehavior
OffM104 S200Change temperature, keep printing
OnM109 S200Pause until 200°C is reached