瀏覽代碼

Capitalize "G-code"

Scott Lahteine 3 年之前
父節點
當前提交
b6051efe5b
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 1
    1
      Marlin/Configuration.h
  2. 4
    4
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration.h 查看文件

@@ -2213,7 +2213,7 @@
2213 2213
 // then the BLUE led is on. Otherwise the RED led is on. (1C hysteresis)
2214 2214
 //#define TEMP_STAT_LEDS
2215 2215
 
2216
-// SkeinForge sends the wrong arc g-codes when using Arc Point as fillet procedure
2216
+// SkeinForge sends the wrong arc G-codes when using Arc Point as fillet procedure
2217 2217
 //#define SF_ARC_FIX
2218 2218
 
2219 2219
 // Support for the BariCUDA Paste Extruder

+ 4
- 4
Marlin/Configuration_adv.h 查看文件

@@ -1186,7 +1186,7 @@
1186 1186
   #if ENABLED(SDCARD_SORT_ALPHA)
1187 1187
     #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
1188 1188
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
1189
-    #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
1189
+    #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 G-code.
1190 1190
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
1191 1191
     #define SDSORT_USES_STACK  false  // Prefer the stack for pre-sorting to give back some SRAM. (Negated by next 2 options.)
1192 1192
     #define SDSORT_CACHE_NAMES false  // Keep sorted items in RAM longer for speedy performance. Most expensive option.
@@ -2424,7 +2424,7 @@
2424 2424
    * for error conditions like overtemperature and short to ground.
2425 2425
    * To manage over-temp Marlin can decrease the driver current until the error condition clears.
2426 2426
    * Other detected conditions can be used to stop the current print.
2427
-   * Relevant g-codes:
2427
+   * Relevant G-codes:
2428 2428
    * M906 - Set or get motor current in milliamps using axis codes X, Y, Z, E. Report values if no axis codes given.
2429 2429
    * M911 - Report stepper driver overtemperature pre-warn condition.
2430 2430
    * M912 - Clear stepper driver overtemperature pre-warn condition flag.
@@ -2715,7 +2715,7 @@
2715 2715
    * Monitor L6470 drivers for error conditions like over temperature and over current.
2716 2716
    * In the case of over temperature Marlin can decrease the drive until the error condition clears.
2717 2717
    * Other detected conditions can be used to stop the current print.
2718
-   * Relevant g-codes:
2718
+   * Relevant G-codes:
2719 2719
    * M906 - I1/2/3/4/5  Set or get motor drive level using axis codes X, Y, Z, E. Report values if no axis codes given.
2720 2720
    *         I not present or I0 or I1 - X, Y, Z or E0
2721 2721
    *         I2 - X2, Y2, Z2 or E1
@@ -3029,7 +3029,7 @@
3029 3029
 //#define POWER_MONITOR_VOLTAGE   // Monitor the system voltage
3030 3030
 #if EITHER(POWER_MONITOR_CURRENT, POWER_MONITOR_VOLTAGE)
3031 3031
   #define POWER_MONITOR_VOLTS_PER_AMP   0.05000   // Input voltage to the MCU analog pin per amp  - DO NOT apply more than ADC_VREF!
3032
-  #define POWER_MONITOR_CURRENT_OFFSET -1         // Offset value for current sensors with linear function output  
3032
+  #define POWER_MONITOR_CURRENT_OFFSET -1         // Offset value for current sensors with linear function output
3033 3033
   #define POWER_MONITOR_VOLTS_PER_VOLT  0.11786   // Input voltage to the MCU analog pin per volt - DO NOT apply more than ADC_VREF!
3034 3034
   #define POWER_MONITOR_FIXED_VOLTAGE   13.6      // Voltage for a current sensor with no voltage sensor (for power display)
3035 3035
 #endif

Loading…
取消
儲存