|
1523 | 1523 | #endif // HAS_DISPLAY || DWIN_LCD_PROUI
|
1524 | 1524 |
|
1525 | 1525 | // Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
1526 |
| -//#define SET_PROGRESS_MANUALLY |
| 1526 | +#define SET_PROGRESS_MANUALLY |
1527 | 1527 | #if ENABLED(SET_PROGRESS_MANUALLY)
|
1528 | 1528 | #define SET_PROGRESS_PERCENT // Add 'P' parameter to set percentage done
|
1529 | 1529 | #define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
|
1530 |
| - //#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction |
1531 |
| - //#define M73_REPORT // Report M73 values to host |
| 1530 | + #define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction |
| 1531 | + #define M73_REPORT // Report M73 values to host |
1532 | 1532 | #if BOTH(M73_REPORT, SDSUPPORT)
|
1533 | 1533 | #define M73_REPORT_SD_ONLY // Report only when printing from SD
|
1534 | 1534 | #endif
|
|
1575 | 1575 | //#define SD_IGNORE_AT_STARTUP // Don't mount the SD card when starting up
|
1576 | 1576 | //#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
|
1577 | 1577 |
|
1578 |
| - //#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping |
| 1578 | + #define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping |
1579 | 1579 |
|
1580 | 1580 | #define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
|
1581 | 1581 |
|
|
1655 | 1655 | * - SDSORT_CACHE_NAMES will retain the sorted file listing in RAM. (Expensive!)
|
1656 | 1656 | * - SDSORT_DYNAMIC_RAM only uses RAM when the SD menu is visible. (Use with caution!)
|
1657 | 1657 | */
|
1658 |
| - //#define SDCARD_SORT_ALPHA |
| 1658 | + #define SDCARD_SORT_ALPHA |
1659 | 1659 |
|
1660 | 1660 | // SD Card Sorting options
|
1661 | 1661 | #if ENABLED(SDCARD_SORT_ALPHA)
|
|
2778 | 2778 | // Filament can be extruded repeatedly from the Filament Change menu
|
2779 | 2779 | // until extrusion is consistent, and to purge old filament.
|
2780 | 2780 | //#define ADVANCED_PAUSE_RESUME_PRIME 0 // (mm) Extra distance to prime nozzle after returning from park.
|
2781 |
| - //#define ADVANCED_PAUSE_FANS_PAUSE // Turn off print-cooling fans while the machine is paused. |
| 2781 | + #define ADVANCED_PAUSE_FANS_PAUSE // Turn off print-cooling fans while the machine is paused. |
2782 | 2782 |
|
2783 | 2783 | // Filament Unload does a Retract, Delay, and Purge first:
|
2784 | 2784 | #define FILAMENT_UNLOAD_PURGE_RETRACT 13 // (mm) Unload initial retract length.
|
|
0 commit comments