|
@@ -2304,9 +2304,6 @@
|
2304
|
2304
|
// then the BLUE led is on. Otherwise the RED led is on. (1C hysteresis)
|
2305
|
2305
|
//#define TEMP_STAT_LEDS
|
2306
|
2306
|
|
2307
|
|
-// SkeinForge sends the wrong arc G-codes when using Arc Point as fillet procedure
|
2308
|
|
-//#define SF_ARC_FIX
|
2309
|
|
-
|
2310
|
2307
|
// Support for the BariCUDA Paste Extruder
|
2311
|
2308
|
//#define BARICUDA
|
2312
|
2309
|
|
|
@@ -2393,16 +2390,11 @@
|
2393
|
2390
|
#endif
|
2394
|
2391
|
|
2395
|
2392
|
/**
|
2396
|
|
- * R/C SERVO support
|
2397
|
|
- * Sponsored by TrinityLabs, Reworked by codexmas
|
2398
|
|
- */
|
2399
|
|
-
|
2400
|
|
-/**
|
2401
|
2393
|
* Number of servos
|
2402
|
2394
|
*
|
2403
|
2395
|
* For some servo-related options NUM_SERVOS will be set automatically.
|
2404
|
2396
|
* Set this manually if there are extra servos needing manual control.
|
2405
|
|
- * Leave undefined or set to 0 to entirely disable the servo subsystem.
|
|
2397
|
+ * Set to 0 to turn off servo support.
|
2406
|
2398
|
*/
|
2407
|
2399
|
//#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command
|
2408
|
2400
|
|
|
@@ -2414,5 +2406,5 @@
|
2414
|
2406
|
// Only power servos during movement, otherwise leave off to prevent jitter
|
2415
|
2407
|
//#define DEACTIVATE_SERVOS_AFTER_MOVE
|
2416
|
2408
|
|
2417
|
|
-// Allow servo angle to be edited and saved to EEPROM
|
|
2409
|
+// Edit servo angles with M281 and save to EEPROM with M500
|
2418
|
2410
|
//#define EDITABLE_SERVO_ANGLES
|