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/example.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/example.cfg')
-rw-r--r-- | config/example.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/example.cfg b/config/example.cfg index d8ca95fa..025f6b71 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -293,9 +293,6 @@ max_z_accel: 30 # mm/s^2) of movement along the z axis. It limits the acceleration # of the z stepper motor on cartesian printers. The default is to # use max_accel for max_z_accel. -#motor_off_time: 600 -# Time (in seconds) of idle time before the printer will try to -# disable active motors. The default is 600 seconds. #square_corner_velocity: 5.0 # The maximum velocity (in mm/s) that the toolhead may travel a 90 # degree corner at. A non-zero value can reduce changes in extruder |