aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/manual_stepper.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/klippy/manual_stepper.cfg')
-rw-r--r--test/klippy/manual_stepper.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/klippy/manual_stepper.cfg b/test/klippy/manual_stepper.cfg
new file mode 100644
index 00000000..4ca734a3
--- /dev/null
+++ b/test/klippy/manual_stepper.cfg
@@ -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