This commit is contained in:
nickweedon 2025-12-20 11:13:30 +00:00 committed by GitHub
commit bc04a66c12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 45 additions and 0 deletions

View file

@ -2640,6 +2640,16 @@ Tool to disable heaters when homing or probing an axis.
# A comma separated list of heaters to disable during homing/probing
# moves. The default is to disable all heaters.
# Typical example: extruder, heater_bed
#threshold:
# If this is set then the printer will wait until the heaters have
# reached their target temperatures before continuing. If set then the
# number indicates the threshold below which the temperature of any
# heater must fall before needing to re-heat.
# This is useful for when performing bed mesh calinbration probing for
# probes that are sensitive to EMI, while still allowing the bed to
# maintain a constant temperature.
# Note that it is typically more convenient to set this via the
# SET_HOMING_HEATERS [gcode command](G-Codes.md#set_homing_heaters)
```
### [thermistor]