Update Configuration.h

This commit is contained in:
InsanityAutomation
2019-07-01 23:00:23 -04:00
parent 5b8f71b846
commit 5b7e2f7055
+6 -1
View File
@@ -1096,6 +1096,11 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#if ENABLED(SKR13)
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
#endif
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
@@ -1103,7 +1108,7 @@
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.
#if ENABLED(BondtechBMG)
#if (ENABLED(BondtechBMG) && DISABLED(SKR13)) || (DISABLED(BondtechBMG) && ENABLED(SKR13))
#define INVERT_E0_DIR true
#else
#define INVERT_E0_DIR true