Browse Source

Use Mendel default for INVERT_Y_DIR

Scott Lahteine 9 years ago
parent
commit
78beef2d73

+ 1
- 1
Marlin/Configuration.h View File

@@ -357,7 +357,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
357 357
 
358 358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
359 359
 #define INVERT_X_DIR false
360
-#define INVERT_Y_DIR false
360
+#define INVERT_Y_DIR true
361 361
 #define INVERT_Z_DIR false
362 362
 
363 363
 // @section extruder

+ 1
- 1
Marlin/configurator/config/Configuration.h View File

@@ -357,7 +357,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
357 357
 
358 358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
359 359
 #define INVERT_X_DIR false
360
-#define INVERT_Y_DIR false
360
+#define INVERT_Y_DIR true
361 361
 #define INVERT_Z_DIR false
362 362
 
363 363
 // @section extruder

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -357,7 +357,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
357 357
 
358 358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
359 359
 #define INVERT_X_DIR false
360
-#define INVERT_Y_DIR false
360
+#define INVERT_Y_DIR true
361 361
 #define INVERT_Z_DIR false
362 362
 
363 363
 // @section extruder

+ 1
- 0
Marlin/example_configurations/makibox/Configuration.h View File

@@ -327,6 +327,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
327 327
 #define INVERT_X_DIR false
328 328
 #define INVERT_Y_DIR false
329 329
 #define INVERT_Z_DIR false
330
+
330 331
 #define INVERT_E0_DIR true
331 332
 #define INVERT_E1_DIR false
332 333
 #define INVERT_E2_DIR false

Loading…
Cancel
Save