Capitalize "G-code"
This commit is contained in:
		| @@ -2213,7 +2213,7 @@ | |||||||
| // 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 | // SkeinForge sends the wrong arc G-codes when using Arc Point as fillet procedure | ||||||
| //#define SF_ARC_FIX | //#define SF_ARC_FIX | ||||||
|  |  | ||||||
| // Support for the BariCUDA Paste Extruder | // Support for the BariCUDA Paste Extruder | ||||||
|   | |||||||
| @@ -1186,7 +1186,7 @@ | |||||||
|   #if ENABLED(SDCARD_SORT_ALPHA) |   #if ENABLED(SDCARD_SORT_ALPHA) | ||||||
|     #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each. |     #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each. | ||||||
|     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below |     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below | ||||||
|     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code. |     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 G-code. | ||||||
|     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting. |     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting. | ||||||
|     #define SDSORT_USES_STACK  false  // Prefer the stack for pre-sorting to give back some SRAM. (Negated by next 2 options.) |     #define SDSORT_USES_STACK  false  // Prefer the stack for pre-sorting to give back some SRAM. (Negated by next 2 options.) | ||||||
|     #define SDSORT_CACHE_NAMES false  // Keep sorted items in RAM longer for speedy performance. Most expensive option. |     #define SDSORT_CACHE_NAMES false  // Keep sorted items in RAM longer for speedy performance. Most expensive option. | ||||||
| @@ -2424,7 +2424,7 @@ | |||||||
|    * for error conditions like overtemperature and short to ground. |    * for error conditions like overtemperature and short to ground. | ||||||
|    * To manage over-temp Marlin can decrease the driver current until the error condition clears. |    * To manage over-temp Marlin can decrease the driver current until the error condition clears. | ||||||
|    * Other detected conditions can be used to stop the current print. |    * Other detected conditions can be used to stop the current print. | ||||||
|    * Relevant g-codes: |    * Relevant G-codes: | ||||||
|    * M906 - Set or get motor current in milliamps using axis codes X, Y, Z, E. Report values if no axis codes given. |    * M906 - Set or get motor current in milliamps using axis codes X, Y, Z, E. Report values if no axis codes given. | ||||||
|    * M911 - Report stepper driver overtemperature pre-warn condition. |    * M911 - Report stepper driver overtemperature pre-warn condition. | ||||||
|    * M912 - Clear stepper driver overtemperature pre-warn condition flag. |    * M912 - Clear stepper driver overtemperature pre-warn condition flag. | ||||||
| @@ -2715,7 +2715,7 @@ | |||||||
|    * Monitor L6470 drivers for error conditions like over temperature and over current. |    * Monitor L6470 drivers for error conditions like over temperature and over current. | ||||||
|    * In the case of over temperature Marlin can decrease the drive until the error condition clears. |    * In the case of over temperature Marlin can decrease the drive until the error condition clears. | ||||||
|    * Other detected conditions can be used to stop the current print. |    * Other detected conditions can be used to stop the current print. | ||||||
|    * Relevant g-codes: |    * Relevant G-codes: | ||||||
|    * 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. |    * 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. | ||||||
|    *         I not present or I0 or I1 - X, Y, Z or E0 |    *         I not present or I0 or I1 - X, Y, Z or E0 | ||||||
|    *         I2 - X2, Y2, Z2 or E1 |    *         I2 - X2, Y2, Z2 or E1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user