config: Fix printer-creality-ender5-2019.cfg positions flipped
The X and Y axes were flipped. Reported by @njilk. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
25b6bc2f73
commit
0f24406acc
|
@ -13,21 +13,21 @@
|
||||||
|
|
||||||
[stepper_x]
|
[stepper_x]
|
||||||
step_pin: PD7
|
step_pin: PD7
|
||||||
dir_pin: PC5
|
dir_pin: !PC5
|
||||||
enable_pin: !PD6
|
enable_pin: !PD6
|
||||||
step_distance: .012500
|
step_distance: .012500
|
||||||
endstop_pin: ^PC2
|
endstop_pin: ^PC2
|
||||||
position_endstop: 0
|
position_endstop: 235
|
||||||
position_max: 235
|
position_max: 235
|
||||||
homing_speed: 30
|
homing_speed: 30
|
||||||
|
|
||||||
[stepper_y]
|
[stepper_y]
|
||||||
step_pin: PC6
|
step_pin: PC6
|
||||||
dir_pin: PC7
|
dir_pin: !PC7
|
||||||
enable_pin: !PD6
|
enable_pin: !PD6
|
||||||
step_distance: .012500
|
step_distance: .012500
|
||||||
endstop_pin: ^PC3
|
endstop_pin: ^PC3
|
||||||
position_endstop: 0
|
position_endstop: 235
|
||||||
position_max: 235
|
position_max: 235
|
||||||
homing_speed: 30
|
homing_speed: 30
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue