Invert X and Y pins
This commit is contained in:
parent
b52c5bacde
commit
b260c91fcf
|
|
@ -93,7 +93,7 @@ square_corner_velocity: 5.0 #Can experiment with 8.0, default 5.0
|
|||
[stepper_x]
|
||||
## Connected to X on mcu_xye (B Motor)
|
||||
step_pin: P2.2
|
||||
dir_pin: !P2.6
|
||||
dir_pin: P2.6
|
||||
enable_pin: !P2.1
|
||||
step_distance: 0.0125
|
||||
endstop_pin: P1.28
|
||||
|
|
@ -130,7 +130,7 @@ stealthchop_threshold: 0
|
|||
[stepper_y]
|
||||
## Connected to Y on mcu_xye (A Motor)
|
||||
step_pin: P0.19
|
||||
dir_pin: !P0.20
|
||||
dir_pin: P0.20
|
||||
enable_pin: !P2.8
|
||||
step_distance: 0.0125
|
||||
endstop_pin: P1.26
|
||||
|
|
|
|||
Loading…
Reference in New Issue