mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 04:40:25 +09:00
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>
This commit is contained in:
@@ -216,5 +216,7 @@ max_velocity: 500
|
||||
max_accel: 3000
|
||||
max_z_velocity: 100
|
||||
max_z_accel: 50
|
||||
|
||||
[idle_timeout]
|
||||
# high motor off time so I don't have to relevel gantry often
|
||||
motor_off_time: 6000
|
||||
timeout: 6000
|
||||
|
||||
Reference in New Issue
Block a user