mirror of https://github.com/Desuuuu/klipper.git
config: Update z stepper pin changes for mks robin e3 1.1 (#4411)
Signed-off-by: Eli Hyman <eli.hyman@gmail.com>
This commit is contained in:
parent
cb96b4b59e
commit
0c3d8f810f
|
@ -38,8 +38,8 @@ position_max: 165
|
|||
homing_speed: 50
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PB7
|
||||
dir_pin: !PB6
|
||||
step_pin: PB7 #PC14 if using board v1.1
|
||||
dir_pin: !PB6 #PC15 if using board v1.1
|
||||
enable_pin: !PB8
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
|
|
Loading…
Reference in New Issue