test: Update test case to not use pin_map

Remove all users of the pin_map setting.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2021-10-24 21:11:53 -04:00
parent f013b7bae6
commit cc9541092a
16 changed files with 300 additions and 316 deletions

View File

@@ -1,24 +1,23 @@
# Test config for manual_stepper
[manual_stepper basic_stepper]
step_pin: ar54
dir_pin: ar55
enable_pin: !ar38
step_pin: PF0
dir_pin: PF1
enable_pin: !PD7
microsteps: 16
rotation_distance: 40
velocity: 7
accel: 500
[manual_stepper homing_stepper]
step_pin: ar60
dir_pin: !ar61
enable_pin: !ar56
step_pin: PF6
dir_pin: !PF7
enable_pin: !PF2
microsteps: 16
rotation_distance: 40
endstop_pin: ^ar14
endstop_pin: ^PJ1
[mcu]
serial: /dev/ttyACM0
pin_map: arduino
[printer]
kinematics: none