manual_stepper: Add an "extras" module for manually controlling a stepper

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-02-08 20:11:05 -05:00
parent 57e6acbc5c
commit 2d7c3a84ee
8 changed files with 201 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
# Test config for manual_stepper
[manual_stepper basic_stepper]
step_pin: ar54
dir_pin: ar55
enable_pin: !ar38
step_distance: .0125
[manual_stepper homing_stepper]
step_pin: ar60
dir_pin: !ar61
enable_pin: !ar56
step_distance: .0125
endstop_pin: ^ar14
[mcu]
serial: /dev/ttyACM0
pin_map: arduino
[printer]
kinematics: none
max_velocity: 300
max_accel: 3000