|
@ -7,6 +7,7 @@ |
|
|
* RAMPS_13_EEB (Extruder, Extruder, Bed) |
|
|
* RAMPS_13_EEB (Extruder, Extruder, Bed) |
|
|
* RAMPS_13_EFF (Extruder, Fan, Fan) |
|
|
* RAMPS_13_EFF (Extruder, Fan, Fan) |
|
|
* RAMPS_13_EEF (Extruder, Extruder, Fan) |
|
|
* RAMPS_13_EEF (Extruder, Extruder, Fan) |
|
|
|
|
|
* RAMPS_13_SF (Spindle, Controller Fan) |
|
|
* |
|
|
* |
|
|
* Other pins_MYBOARD.h files may override these defaults |
|
|
* Other pins_MYBOARD.h files may override these defaults |
|
|
*/ |
|
|
*/ |
|
@ -81,7 +82,7 @@ |
|
|
#if MB(RAMPS_13_EFF) |
|
|
#if MB(RAMPS_13_EFF) |
|
|
#define CONTROLLERFAN_PIN -1 // Pin used for the fan to cool controller
|
|
|
#define CONTROLLERFAN_PIN -1 // Pin used for the fan to cool controller
|
|
|
#endif |
|
|
#endif |
|
|
#elif MB(RAMPS_13_EEF) |
|
|
#elif MB(RAMPS_13_EEF) || MB(RAMPS_13_SF) |
|
|
#define FAN_PIN 8 |
|
|
#define FAN_PIN 8 |
|
|
#else |
|
|
#else |
|
|
#define FAN_PIN 4 // IO pin. Buffer needed
|
|
|
#define FAN_PIN 4 // IO pin. Buffer needed
|
|
@ -101,7 +102,7 @@ |
|
|
#define HEATER_0_PIN 10 // EXTRUDER 1
|
|
|
#define HEATER_0_PIN 10 // EXTRUDER 1
|
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if MB(RAMPS_13_EFB) |
|
|
#if MB(RAMPS_13_EFB) || MB(RAMPS_13_SF) |
|
|
#define HEATER_1_PIN -1 |
|
|
#define HEATER_1_PIN -1 |
|
|
#else |
|
|
#else |
|
|
#define HEATER_1_PIN 9 // EXTRUDER 2 (FAN On Sprinter)
|
|
|
#define HEATER_1_PIN 9 // EXTRUDER 2 (FAN On Sprinter)
|
|
@ -113,7 +114,7 @@ |
|
|
#define TEMP_1_PIN 15 // ANALOG NUMBERING
|
|
|
#define TEMP_1_PIN 15 // ANALOG NUMBERING
|
|
|
#define TEMP_2_PIN -1 // ANALOG NUMBERING
|
|
|
#define TEMP_2_PIN -1 // ANALOG NUMBERING
|
|
|
|
|
|
|
|
|
#if MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) |
|
|
#if MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF) |
|
|
#define HEATER_BED_PIN -1 // NO BED
|
|
|
#define HEATER_BED_PIN -1 // NO BED
|
|
|
#else |
|
|
#else |
|
|
#define HEATER_BED_PIN 8 // BED
|
|
|
#define HEATER_BED_PIN 8 // BED
|
|
|