|
@@ -1010,12 +1010,12 @@
|
1010
|
1010
|
// @section extruder
|
1011
|
1011
|
|
1012
|
1012
|
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
1013
|
|
-#define INVERT_E0_DIR false
|
1014
|
|
-#define INVERT_E1_DIR false
|
1015
|
|
-#define INVERT_E2_DIR false
|
1016
|
|
-#define INVERT_E3_DIR false
|
1017
|
|
-#define INVERT_E4_DIR false
|
1018
|
|
-#define INVERT_E5_DIR false
|
|
1013
|
+#define INVERT_E0_DIR true
|
|
1014
|
+#define INVERT_E1_DIR false // unused, the A10 only has one extruder by default
|
|
1015
|
+#define INVERT_E2_DIR false // unused, the A10 only has one extruder by default
|
|
1016
|
+#define INVERT_E3_DIR false // unused, the A10 only has one extruder by default
|
|
1017
|
+#define INVERT_E4_DIR false // unused, the A10 only has one extruder by default
|
|
1018
|
+#define INVERT_E5_DIR false // unused, the A10 only has one extruder by default
|
1019
|
1019
|
|
1020
|
1020
|
// @section homing
|
1021
|
1021
|
|