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
 
357
 
358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
359
 #define INVERT_X_DIR false
359
 #define INVERT_X_DIR false
360
-#define INVERT_Y_DIR false
360
+#define INVERT_Y_DIR true
361
 #define INVERT_Z_DIR false
361
 #define INVERT_Z_DIR false
362
 
362
 
363
 // @section extruder
363
 // @section extruder

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

357
 
357
 
358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
359
 #define INVERT_X_DIR false
359
 #define INVERT_X_DIR false
360
-#define INVERT_Y_DIR false
360
+#define INVERT_Y_DIR true
361
 #define INVERT_Z_DIR false
361
 #define INVERT_Z_DIR false
362
 
362
 
363
 // @section extruder
363
 // @section extruder

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

357
 
357
 
358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
358
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
359
 #define INVERT_X_DIR false
359
 #define INVERT_X_DIR false
360
-#define INVERT_Y_DIR false
360
+#define INVERT_Y_DIR true
361
 #define INVERT_Z_DIR false
361
 #define INVERT_Z_DIR false
362
 
362
 
363
 // @section extruder
363
 // @section extruder

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

327
 #define INVERT_X_DIR false
327
 #define INVERT_X_DIR false
328
 #define INVERT_Y_DIR false
328
 #define INVERT_Y_DIR false
329
 #define INVERT_Z_DIR false
329
 #define INVERT_Z_DIR false
330
+
330
 #define INVERT_E0_DIR true
331
 #define INVERT_E0_DIR true
331
 #define INVERT_E1_DIR false
332
 #define INVERT_E1_DIR false
332
 #define INVERT_E2_DIR false
333
 #define INVERT_E2_DIR false

Loading…
Cancel
Save