mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 17:30:26 +09:00
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:
@@ -1,12 +1,12 @@
|
||||
[output_pin soft_pwm_pin]
|
||||
pin: ar8
|
||||
pin: PH5
|
||||
pwm: True
|
||||
value: 0
|
||||
shutdown_value: 0
|
||||
cycle_time: 0.01
|
||||
|
||||
[output_pin hard_pwm_pin]
|
||||
pin: ar9
|
||||
pin: PH6
|
||||
pwm: True
|
||||
hardware_pwm: True
|
||||
value: 0
|
||||
@@ -15,7 +15,6 @@ cycle_time: 0.01
|
||||
|
||||
[mcu]
|
||||
serial: /dev/ttyACM0
|
||||
pin_map: arduino
|
||||
|
||||
[printer]
|
||||
kinematics: none
|
||||
|
||||
Reference in New Issue
Block a user