Parcourir la source

No space for E2 with ReARM+RAMPS

Addressing #9474
Scott Lahteine il y a 7 ans
Parent
révision
ff90cb409e
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6
    6
      Marlin/src/pins/pins_RAMPS_RE_ARM.h

+ 6
- 6
Marlin/src/pins/pins_RAMPS_RE_ARM.h Voir le fichier

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

Chargement…
Annuler
Enregistrer