diff options
author | FanDjango <51046875+FanDjango@users.noreply.github.com> | 2020-02-12 16:08:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 10:08:30 -0500 |
commit | cb042e749dea6b8ec24449d26c656d191585fdaf (patch) | |
tree | c787ffa4e53c7c3b8b7c8540a51beca7828941e5 /config/example-extras.cfg | |
parent | 596f5e3e3a0e9cdde47fe1975e13c0b5c166bf34 (diff) | |
download | kutter-cb042e749dea6b8ec24449d26c656d191585fdaf.tar.gz kutter-cb042e749dea6b8ec24449d26c656d191585fdaf.tar.xz kutter-cb042e749dea6b8ec24449d26c656d191585fdaf.zip |
homing_heaters: Turn off heaters during homing/probing (#2486)
Signed-off-by: Mike Stiemke <fandjango@gmx.de>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 156b4c8f..01ffeeac 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -791,6 +791,18 @@ # by during the check_gain_time check. It is rare to customize this # value. The default is 2. +# Tool to disable heaters when homing or probing an axis +#[homing_heaters] +#steppers: +# A comma separated list of steppers that should cause heaters to be +# disabled. The default is to disable heaters for any homing/probing +# move. +# Typical example: stepper_z +#heaters: +# A comma separated list of heaters to disable during homing/probing +# moves. The default is to disable all heaters. +# Typical example: extruder, heater_bed + # MAXxxxxx serial peripheral interface (SPI) temperature based # sensors. The following parameters are available in heater sections # that use one of these sensor types. |