Fix inverted Y
This commit is contained in:
parent
8d48596ec5
commit
a7ead2597c
1 changed files with 1 additions and 1 deletions
|
@ -1336,7 +1336,7 @@
|
|||
|
||||
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
|
||||
#define INVERT_X_DIR false
|
||||
#define INVERT_Y_DIR true
|
||||
#define INVERT_Y_DIR false
|
||||
#define INVERT_Z_DIR false
|
||||
//#define INVERT_I_DIR false
|
||||
//#define INVERT_J_DIR false
|
||||
|
|
Loading…
Reference in a new issue