diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-07-12 19:07:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-07-16 10:32:48 -0400 |
commit | acefe26e0fa725b40c09f51d652289e5ff203656 (patch) | |
tree | bffb32c31b8d17512bb8cb2ebea975ffc162edaa /config/printer-anycubic-kossel-plus-2017.cfg | |
parent | 0025fbf10d81555b0c417941d70650d7c625045c (diff) | |
download | kutter-acefe26e0fa725b40c09f51d652289e5ff203656.tar.gz kutter-acefe26e0fa725b40c09f51d652289e5ff203656.tar.xz kutter-acefe26e0fa725b40c09f51d652289e5ff203656.zip |
idle_timeout: Move timeout handling from toolhead.py to new extras module
Move the "motor_off_timeout" tracking to a new module in the extras/
directory. This makes it easier to customize the idle timeout
behavior.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-anycubic-kossel-plus-2017.cfg')
-rw-r--r-- | config/printer-anycubic-kossel-plus-2017.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/printer-anycubic-kossel-plus-2017.cfg b/config/printer-anycubic-kossel-plus-2017.cfg index 30b8c0d6..cc8b64a3 100644 --- a/config/printer-anycubic-kossel-plus-2017.cfg +++ b/config/printer-anycubic-kossel-plus-2017.cfg @@ -80,11 +80,13 @@ kinematics: delta max_velocity: 200 max_accel: 3000 max_z_velocity: 200 -motor_off_time: 360 delta_radius: 115 # if you want to DELTA_CALIBRATE you may need that #minimum_z_position: -5 +[idle_timeout] +timeout: 360 + #[delta_calibrate] #radius: 115 #manual_probe: |