mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 07:30:27 +09:00
stepper: Support stepper phase adjustments when homing
Add support for enhancing the precision of endstop switches by also inspecting the phase of the stepper motor when the endstop triggers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -12,6 +12,8 @@ max_velocity: 500
|
||||
max_accel: 3000
|
||||
endstop_pin: ^PB6
|
||||
homing_speed: 50.0
|
||||
homing_stepper_phases: 32
|
||||
homing_endstop_accuracy: .200
|
||||
position_min: -0.25
|
||||
position_endstop: 0.0
|
||||
position_max: 200
|
||||
@@ -25,6 +27,8 @@ max_velocity: 500
|
||||
max_accel: 3000
|
||||
endstop_pin: ^PB5
|
||||
homing_speed: 50.0
|
||||
homing_stepper_phases: 32
|
||||
homing_endstop_accuracy: .200
|
||||
position_min: -0.25
|
||||
position_endstop: 0.0
|
||||
position_max: 250
|
||||
@@ -39,6 +43,8 @@ max_accel: 30
|
||||
endstop_pin: ^PB4
|
||||
homing_speed: 4.0
|
||||
homing_retract_dist: 2.0
|
||||
homing_stepper_phases: 32
|
||||
homing_endstop_accuracy: .050
|
||||
position_min: 0.1
|
||||
position_endstop: 0.7
|
||||
position_max: 200
|
||||
|
||||
Reference in New Issue
Block a user