M190 - Wait for Bed Temperature

Description

This command optionally sets a new target bed temperature and waits for the target temperature to be reached before proceeding. If the temperature is set with S then it waits only when heating.

Notes

This command (and M109) can block new commands from the host. To break out of wait for temperature using M108 from the host, enable EMERGENCY_PARSER.

Use M140 to set the bed temperature and proceed without waiting.

Parameters

M190 [R<temp>] [S<temp>]
[R<temp>]

Target temperature (wait for cooling or heating).

[S<temp>]

Target temperature (wait only when heating). Also AUTOTEMP: The min auto-temperature.

Examples

Set target bed temperature and wait (if heating)

M190 S80

Set target bed temperature, wait even if cooling

M190 R40