mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-28 10:20:27 -07:00
Merge 8b562a0998 into dc622f4ac3
This commit is contained in:
commit
bc04a66c12
3 changed files with 45 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue