|
@ -64,7 +64,9 @@ |
|
|
#endif |
|
|
#endif |
|
|
#define SERVO1_PIN 6 |
|
|
#define SERVO1_PIN 6 |
|
|
#define SERVO2_PIN 5 |
|
|
#define SERVO2_PIN 5 |
|
|
#define SERVO3_PIN 4 |
|
|
#ifndef SERVO3_PIN |
|
|
|
|
|
#define SERVO3_PIN 4 |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Limit Switches
|
|
|
// Limit Switches
|
|
@ -203,7 +205,9 @@ |
|
|
// 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 4 |
|
|
#define FIL_RUNOUT_PIN 4 |
|
|
|
|
|
|
|
|
#define PS_ON_PIN 12 |
|
|
#ifndef PS_ON_PIN |
|
|
|
|
|
#define PS_ON_PIN 12 |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
#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 == 0 // try to use servo connector first
|
|
|
#if !defined(NUM_SERVOS) || NUM_SERVOS == 0 // try to use servo connector first
|
|
|