mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-01-30 23:48:43 +03:00
klipper update
This commit is contained in:
25
test/klippy/manual_stepper.cfg
Normal file
25
test/klippy/manual_stepper.cfg
Normal file
@@ -0,0 +1,25 @@
|
||||
# Test config for manual_stepper
|
||||
[manual_stepper basic_stepper]
|
||||
step_pin: PF0
|
||||
dir_pin: PF1
|
||||
enable_pin: !PD7
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
velocity: 7
|
||||
accel: 500
|
||||
|
||||
[manual_stepper homing_stepper]
|
||||
step_pin: PF6
|
||||
dir_pin: !PF7
|
||||
enable_pin: !PF2
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^PJ1
|
||||
|
||||
[mcu]
|
||||
serial: /dev/ttyACM0
|
||||
|
||||
[printer]
|
||||
kinematics: none
|
||||
max_velocity: 300
|
||||
max_accel: 3000
|
||||
Reference in New Issue
Block a user