Browse Source

Invert E dir of Geeetech A10 (#16149)

Tobias Schürg 4 years ago
parent
commit
50688f03fb
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      config/examples/Geeetech/A10/Configuration.h

+ 6
- 6
config/examples/Geeetech/A10/Configuration.h View File

@@ -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
 

Loading…
Cancel
Save