mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-03-18 00:35:25 -06:00
Fix INVERT_Y_DIR
This commit is contained in:
parent
1a8ddf7256
commit
b9e53d11aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1881,7 +1881,7 @@
|
|||
|
||||
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
|
||||
#define INVERT_X_DIR true
|
||||
#define INVERT_Y_DIR false
|
||||
#define INVERT_Y_DIR true
|
||||
#define INVERT_Z_DIR false
|
||||
//#define INVERT_I_DIR false
|
||||
//#define INVERT_J_DIR false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue