| m0190 |
Wait for Bed Temperature |
Wait for the bed to reach target temperature. |
thinkyhead |
shitcreek |
thermal |
|
|
| This command may block the command queue. Enable `EMERGENCY_PARSER` so that hosts can break in using [`M108`](/docs/gcode/M108.html). |
| Use [`M140`](/docs/gcode/M140.html) to set the bed temperature and proceed without waiting. |
| Requires one (1) of the parameters listed below. |
|
| tag |
since |
optional |
description |
values |
| I |
2.0.6 |
true |
Material preset index. Overrides `S`. |
|
|
| tag |
optional |
description |
values |
| S |
true |
Target temperature (wait only when heating). |
|
|
| tag |
optional |
description |
values |
| R |
true |
Target temperature (wait for cooling or heating). |
|
|
|
| pre |
code |
| Set target bed temperature and wait (if heating) |
|
|
|
| pre |
code |
| Set target bed temperature and wait even if cooling |
|
|
|
|