|
@ -2304,9 +2304,6 @@ |
|
|
// then the BLUE led is on. Otherwise the RED led is on. (1C hysteresis)
|
|
|
// then the BLUE led is on. Otherwise the RED led is on. (1C hysteresis)
|
|
|
//#define TEMP_STAT_LEDS
|
|
|
//#define TEMP_STAT_LEDS
|
|
|
|
|
|
|
|
|
// SkeinForge sends the wrong arc G-codes when using Arc Point as fillet procedure
|
|
|
|
|
|
//#define SF_ARC_FIX
|
|
|
|
|
|
|
|
|
|
|
|
// Support for the BariCUDA Paste Extruder
|
|
|
// Support for the BariCUDA Paste Extruder
|
|
|
//#define BARICUDA
|
|
|
//#define BARICUDA
|
|
|
|
|
|
|
|
@ -2392,17 +2389,12 @@ |
|
|
#define PRINTER_EVENT_LEDS |
|
|
#define PRINTER_EVENT_LEDS |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* R/C SERVO support |
|
|
|
|
|
* Sponsored by TrinityLabs, Reworked by codexmas |
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* Number of servos |
|
|
* Number of servos |
|
|
* |
|
|
* |
|
|
* For some servo-related options NUM_SERVOS will be set automatically. |
|
|
* For some servo-related options NUM_SERVOS will be set automatically. |
|
|
* Set this manually if there are extra servos needing manual control. |
|
|
* Set this manually if there are extra servos needing manual control. |
|
|
* Leave undefined or set to 0 to entirely disable the servo subsystem. |
|
|
* Set to 0 to turn off servo support. |
|
|
*/ |
|
|
*/ |
|
|
//#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command
|
|
|
//#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command
|
|
|
|
|
|
|
|
@ -2414,5 +2406,5 @@ |
|
|
// Only power servos during movement, otherwise leave off to prevent jitter
|
|
|
// Only power servos during movement, otherwise leave off to prevent jitter
|
|
|
//#define DEACTIVATE_SERVOS_AFTER_MOVE
|
|
|
//#define DEACTIVATE_SERVOS_AFTER_MOVE
|
|
|
|
|
|
|
|
|
// Allow servo angle to be edited and saved to EEPROM
|
|
|
// Edit servo angles with M281 and save to EEPROM with M500
|
|
|
//#define EDITABLE_SERVO_ANGLES
|
|
|
//#define EDITABLE_SERVO_ANGLES
|
|
|