Browse Source

No space for E2 with ReARM+RAMPS

Addressing #9474
pull/1/head
Scott Lahteine 6 years ago
parent
commit
ff90cb409e
  1. 12
      Marlin/src/pins/pins_RAMPS_RE_ARM.h

12
Marlin/src/pins/pins_RAMPS_RE_ARM.h

@ -100,12 +100,12 @@
#define E1_CS_PIN -1 #define E1_CS_PIN -1
#endif #endif
#define E2_STEP_PIN P2_08 // (36) //#define E2_STEP_PIN P2_08 // (36)
#define E2_DIR_PIN P2_13 // (34) //#define E2_DIR_PIN P2_13 // (34)
#define E2_ENABLE_PIN P4_29 // (30) //#define E2_ENABLE_PIN P4_29 // (30)
#ifndef E2_CS_PIN //#ifndef E2_CS_PIN
#define E2_CS_PIN -1 // #define E2_CS_PIN -1
#endif //#endif
// //
// Software SPI pins for TMC2130 stepper drivers // Software SPI pins for TMC2130 stepper drivers

Loading…
Cancel
Save