|
@@ -2301,14 +2301,15 @@
|
2301
|
2301
|
#endif // HAS_MULTI_EXTRUDER
|
2302
|
2302
|
|
2303
|
2303
|
/**
|
2304
|
|
- * Advanced Pause
|
2305
|
|
- * Experimental feature for filament change support and for parking the nozzle when paused.
|
2306
|
|
- * Adds the GCode M600 for initiating filament change.
|
2307
|
|
- * If PARK_HEAD_ON_PAUSE enabled, adds the GCode M125 to pause printing and park the nozzle.
|
|
2304
|
+ * Advanced Pause for Filament Change
|
|
2305
|
+ * - Adds the G-code M600 Filament Change to initiate a filament change.
|
|
2306
|
+ * - This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
|
2308
|
2307
|
*
|
2309
|
|
- * Requires an LCD display.
|
2310
|
|
- * Requires NOZZLE_PARK_FEATURE.
|
2311
|
|
- * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
|
|
2308
|
+ * Requirements:
|
|
2309
|
+ * - For Filament Change parking enable and configure NOZZLE_PARK_FEATURE.
|
|
2310
|
+ * - For user interaction enable an LCD display, HOST_PROMPT_SUPPORT, or EMERGENCY_PARSER.
|
|
2311
|
+ *
|
|
2312
|
+ * Enable PARK_HEAD_ON_PAUSE to add the G-code M125 Pause and Park.
|
2312
|
2313
|
*/
|
2313
|
2314
|
//#define ADVANCED_PAUSE_FEATURE
|
2314
|
2315
|
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
|
@@ -3484,7 +3485,7 @@
|
3484
|
3485
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
3485
|
3486
|
|
3486
|
3487
|
/**
|
3487
|
|
- * Spend 28 bytes of SRAM to optimize the GCode parser
|
|
3488
|
+ * Spend 28 bytes of SRAM to optimize the G-code parser
|
3488
|
3489
|
*/
|
3489
|
3490
|
#define FASTER_GCODE_PARSER
|
3490
|
3491
|
|