flexi-bot/docs/marlin/_gcode/M192.md
2023-09-05 20:38:49 +02:00

817 B

tag title brief author requires group since codes related parameters example
m0192 Wait for Probe temperature Wait for the probe temperature sensor to reach a target thinkyhead PROBE_TEMP_COMPENSATION calibration 2.0.6.2
M192
G76
M871
tag optional description values
R true Temperature to wait for, whether heating or cooling.
tag type
temp int
tag optional description values
S true A minimum temperature to wait for. No wait if already higher.
tag type
temp int
code
M192 S44 ; Wait for probe temperature to go above 44C
M192 R28 ; Wait for probe temperature to get close to 28C

Use this command to dwell until the probe reaches a given target temperature.