3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Set Bed Temperature

Sets the heated bed temperature. Can optionally wait for the bed to reach the target before continuing.

Block

Interactive preview is available in the interactive reader.

Parameters

value (°C)
Target bed temperature.
wait
When checked, printer pauses until target reached (M190). When unchecked, temperature changes in background (M140).

How it works

Set Bed Temperature inserts a bed temperature command into the G-code. Without "wait", the bed heats or cools in the background while printing continues. With "wait", the printer pauses all movement until the bed reaches the target temperature.

G-code output

WaitG-codeBehavior
OffM140 S60Change bed temp, keep printing
OnM190 S60Pause until 60°C is reached