No space for E2 with ReARM+RAMPS

Addressing #9474
This commit is contained in:
Scott Lahteine 2018-02-16 21:37:07 -06:00
parent d7f82c8ddf
commit ff90cb409e

View file

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