diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-10-24 20:53:36 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-10-24 20:53:36 -0400 |
commit | f013b7bae6597e106fcade946b2494be682798b3 (patch) | |
tree | a0edcb57da7f66d4eddafddc6f25e69b35ecac0f /test/klippy/sdcard_loop.cfg | |
parent | 823fdc9cb47b0117f34366b1c7d583070803a93c (diff) | |
download | kutter-f013b7bae6597e106fcade946b2494be682798b3.tar.gz kutter-f013b7bae6597e106fcade946b2494be682798b3.tar.xz kutter-f013b7bae6597e106fcade946b2494be682798b3.zip |
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>
Diffstat (limited to 'test/klippy/sdcard_loop.cfg')
-rw-r--r-- | test/klippy/sdcard_loop.cfg | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/test/klippy/sdcard_loop.cfg b/test/klippy/sdcard_loop.cfg index 27844512..8f60612a 100644 --- a/test/klippy/sdcard_loop.cfg +++ b/test/klippy/sdcard_loop.cfg @@ -19,7 +19,8 @@ gcode: 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: 200 @@ -29,7 +30,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: 200 @@ -39,7 +41,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: 200000000 @@ -48,7 +51,8 @@ position_max: 200000000 step_pin: ar26 dir_pin: ar28 enable_pin: !ar24 -step_distance: .004242 +microsteps: 16 +rotation_distance: 33.5 nozzle_diameter: 0.500 filament_diameter: 3.500 heater_pin: ar10 |