mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 23:05:05 -06:00
test: Update test cases to use rotation_distance
Remove all users of step_distance from test configs. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
823fdc9cb4
commit
f013b7bae6
15 changed files with 132 additions and 72 deletions
|
@ -3,7 +3,8 @@
|
|||
step_pin: ar54
|
||||
dir_pin: ar55
|
||||
enable_pin: !ar38
|
||||
step_distance: .0125
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^ar3
|
||||
position_endstop: 0
|
||||
position_max: 250
|
||||
|
@ -13,7 +14,8 @@ homing_speed: 50
|
|||
step_pin: ar60
|
||||
dir_pin: !ar61
|
||||
enable_pin: !ar56
|
||||
step_distance: .0125
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^ar14
|
||||
position_endstop: 0
|
||||
position_max: 250
|
||||
|
@ -23,7 +25,8 @@ homing_speed: 50
|
|||
step_pin: ar46
|
||||
dir_pin: ar48
|
||||
enable_pin: !ar62
|
||||
step_distance: .0025
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
endstop_pin: ^ar18
|
||||
position_endstop: 0.5
|
||||
position_max: 250
|
||||
|
@ -32,19 +35,22 @@ position_max: 250
|
|||
step_pin: ar36
|
||||
dir_pin: ar34
|
||||
enable_pin: !ar30
|
||||
step_distance: .0025
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
endstop_pin: ^ar19
|
||||
|
||||
[stepper_z2]
|
||||
step_pin: ar16
|
||||
dir_pin: ar17
|
||||
enable_pin: !ar23
|
||||
step_distance: .0025
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
|
||||
[stepper_z3]
|
||||
step_pin: ar5
|
||||
dir_pin: ar4
|
||||
step_distance: .0025
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
|
||||
[quad_gantry_level]
|
||||
gantry_corners:
|
||||
|
@ -79,7 +85,8 @@ points:
|
|||
step_pin: ar26
|
||||
dir_pin: ar28
|
||||
enable_pin: !ar24
|
||||
step_distance: .002
|
||||
microsteps: 16
|
||||
rotation_distance: 33.5
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
heater_pin: ar10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue