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
| Wait | G-code | Behavior |
|---|---|---|
| Off | M140 S60 | Change bed temp, keep printing |
| On | M190 S60 | Pause until 60°C is reached |