Kaynağa Gözat

Move SF_ARC_FIX option

Scott Lahteine 3 yıl önce
ebeveyn
işleme
e4d2234a04
2 değiştirilmiş dosya ile 3 ekleme ve 10 silme
  1. 2
    10
      Marlin/Configuration.h
  2. 1
    0
      Marlin/Configuration_adv.h

+ 2
- 10
Marlin/Configuration.h Dosyayı Görüntüle

@@ -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

+ 1
- 0
Marlin/Configuration_adv.h Dosyayı Görüntüle

@@ -1768,6 +1768,7 @@
1768 1768
   #define N_ARC_CORRECTION       25 // Number of interpolated segments between corrections
1769 1769
   //#define ARC_P_CIRCLES           // Enable the 'P' parameter to specify complete circles
1770 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 1772
 #endif
1772 1773
 
1773 1774
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.

Loading…
İptal
Kaydet