mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 00:00:27 +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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user