Przeglądaj źródła

Move SF_ARC_FIX option

Scott Lahteine 3 lat temu
rodzic
commit
e4d2234a04
2 zmienionych plików z 3 dodań i 10 usunięć
  1. 2
    10
      Marlin/Configuration.h
  2. 1
    0
      Marlin/Configuration_adv.h

+ 2
- 10
Marlin/Configuration.h Wyświetl plik

2304
 // then the BLUE led is on. Otherwise the RED led is on. (1C hysteresis)
2304
 // then the BLUE led is on. Otherwise the RED led is on. (1C hysteresis)
2305
 //#define TEMP_STAT_LEDS
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
 // Support for the BariCUDA Paste Extruder
2307
 // Support for the BariCUDA Paste Extruder
2311
 //#define BARICUDA
2308
 //#define BARICUDA
2312
 
2309
 
2393
 #endif
2390
 #endif
2394
 
2391
 
2395
 /**
2392
 /**
2396
- * R/C SERVO support
2397
- * Sponsored by TrinityLabs, Reworked by codexmas
2398
- */
2399
-
2400
-/**
2401
  * Number of servos
2393
  * Number of servos
2402
  *
2394
  *
2403
  * For some servo-related options NUM_SERVOS will be set automatically.
2395
  * For some servo-related options NUM_SERVOS will be set automatically.
2404
  * Set this manually if there are extra servos needing manual control.
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
 //#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command
2399
 //#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command
2408
 
2400
 
2414
 // Only power servos during movement, otherwise leave off to prevent jitter
2406
 // Only power servos during movement, otherwise leave off to prevent jitter
2415
 //#define DEACTIVATE_SERVOS_AFTER_MOVE
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
 //#define EDITABLE_SERVO_ANGLES
2410
 //#define EDITABLE_SERVO_ANGLES

+ 1
- 0
Marlin/Configuration_adv.h Wyświetl plik

1768
   #define N_ARC_CORRECTION       25 // Number of interpolated segments between corrections
1768
   #define N_ARC_CORRECTION       25 // Number of interpolated segments between corrections
1769
   //#define ARC_P_CIRCLES           // Enable the 'P' parameter to specify complete circles
1769
   //#define ARC_P_CIRCLES           // Enable the 'P' parameter to specify complete circles
1770
   //#define CNC_WORKSPACE_PLANES    // Allow G2/G3 to operate in XY, ZX, or YZ planes
1770
   //#define CNC_WORKSPACE_PLANES    // Allow G2/G3 to operate in XY, ZX, or YZ planes
1771
+  //#define SF_ARC_FIX              // Enable only if using SkeinForge with "Arc Point" fillet procedure
1771
 #endif
1772
 #endif
1772
 
1773
 
1773
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
1774
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.

Ładowanie…
Anuluj
Zapisz