|
@ -190,19 +190,21 @@ |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#ifndef FAN_PIN |
|
|
#ifndef FAN_PIN |
|
|
#define FAN_PIN P1_18 // (4) IO pin. Buffer needed
|
|
|
#define FAN_PIN P1_18 // (4) IO pin. Buffer needed
|
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Misc. Functions
|
|
|
// Misc. Functions
|
|
|
//
|
|
|
//
|
|
|
#define LED_PIN P4_28 // (13)
|
|
|
#define LED_PIN P4_28 // (13)
|
|
|
#define SDSS P1_23 // (53)
|
|
|
#define SDSS P1_23 // (53)
|
|
|
|
|
|
|
|
|
// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
|
|
|
// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
|
|
|
#define FIL_RUNOUT_PIN P1_18 // (4)
|
|
|
#ifndef FIL_RUNOUT_PIN |
|
|
|
|
|
#define FIL_RUNOUT_PIN P1_18 // (4)
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
#define PS_ON_PIN P2_12 // (12)
|
|
|
#define PS_ON_PIN P2_12 // (12)
|
|
|
|
|
|
|
|
|
#if ENABLED(CASE_LIGHT_ENABLE) && !PIN_EXISTS(CASE_LIGHT) && !defined(SPINDLE_LASER_ENABLE_PIN) |
|
|
#if ENABLED(CASE_LIGHT_ENABLE) && !PIN_EXISTS(CASE_LIGHT) && !defined(SPINDLE_LASER_ENABLE_PIN) |
|
|
#if !defined(NUM_SERVOS) || NUM_SERVOS < 4 // try to use servo connector
|
|
|
#if !defined(NUM_SERVOS) || NUM_SERVOS < 4 // try to use servo connector
|
|
|