Cleanup pins in RAMPS_13_EFB boards

This commit is contained in:
Scott Lahteine
2015-05-22 16:20:54 -07:00
parent 15a2351675
commit 672b0c1fd3
5 changed files with 13 additions and 42 deletions

View File

@@ -2,43 +2,20 @@
* FELIXprinters v2.0/3.0 (RAMPS v1.3) pin assignments
*/
#define IS_RAMPS_EFB
#include "pins_RAMPS_13.h"
#undef X_MAX_PIN
#undef Y_MAX_PIN
#undef Z_MAX_PIN
#define X_MAX_PIN -1
#define Y_MAX_PIN -1
#define Z_MAX_PIN -1
#undef HEATER_1_PIN
#define HEATER_1_PIN 7 // EXTRUDER 2
#undef Y2_STEP_PIN
#undef Y2_DIR_PIN
#undef Y2_ENABLE_PIN
#define Y2_STEP_PIN -1
#define Y2_DIR_PIN -1
#define Y2_ENABLE_PIN -1
#undef Z2_STEP_PIN
#undef Z2_DIR_PIN
#undef Z2_ENABLE_PIN
#define Z2_STEP_PIN -1
#define Z2_DIR_PIN -1
#define Z2_ENABLE_PIN -1
#define E1_STEP_PIN 36 // FELIX E1 uses RAMPS Y2/Z2 pins
#define E1_DIR_PIN 34
#define E1_ENABLE_PIN 30
#define DISABLE_MAX_ENDSTOPS
#undef SDPOWER
#define SDPOWER 1
#undef FAN_PIN
#define FAN_PIN 9 // (Sprinter config)
#define PS_ON_PIN 12
#undef HEATER_1_PIN
#define HEATER_1_PIN 7 // EXTRUDER 2
#if defined(ULTRA_LCD) && defined(NEWPANEL)
#define BLEN_C 2