瀏覽代碼

Invert E dir of Geeetech A10 (#16149)

Tobias Schürg 4 年之前
父節點
當前提交
50688f03fb
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    6
      config/examples/Geeetech/A10/Configuration.h

+ 6
- 6
config/examples/Geeetech/A10/Configuration.h 查看文件

@@ -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…
取消
儲存