瀏覽代碼

No space for E2 with ReARM+RAMPS

Addressing #9474
Scott Lahteine 7 年之前
父節點
當前提交
ff90cb409e
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    6
      Marlin/src/pins/pins_RAMPS_RE_ARM.h

+ 6
- 6
Marlin/src/pins/pins_RAMPS_RE_ARM.h 查看文件

@@ -100,12 +100,12 @@
100 100
   #define E1_CS_PIN        -1
101 101
 #endif
102 102
 
103
-#define E2_STEP_PIN        P2_08  // (36)
104
-#define E2_DIR_PIN         P2_13  // (34)
105
-#define E2_ENABLE_PIN      P4_29  // (30)
106
-#ifndef E2_CS_PIN
107
-  #define E2_CS_PIN        -1
108
-#endif
103
+//#define E2_STEP_PIN        P2_08  // (36)
104
+//#define E2_DIR_PIN         P2_13  // (34)
105
+//#define E2_ENABLE_PIN      P4_29  // (30)
106
+//#ifndef E2_CS_PIN
107
+//  #define E2_CS_PIN        -1
108
+//#endif
109 109
 
110 110
 //
111 111
 // Software SPI pins for TMC2130 stepper drivers

Loading…
取消
儲存