|
1730 | 1730 | //#define SD_DETECT_STATE HIGH |
1731 | 1731 |
|
1732 | 1732 | //#define SD_IGNORE_AT_STARTUP // Don't mount the SD card when starting up |
1733 | | - //#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash) |
| 1733 | + #define SDCARD_READONLY // Read-only SD card (to save over 2K of flash) |
1734 | 1734 |
|
1735 | 1735 | //#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping |
1736 | 1736 |
|
|
1767 | 1767 | * an option on the LCD screen to continue the print from the last-known |
1768 | 1768 | * point in the file. |
1769 | 1769 | */ |
1770 | | - #define POWER_LOSS_RECOVERY // Ender Configs |
| 1770 | + //#define POWER_LOSS_RECOVERY // Ender Configs |
1771 | 1771 | #if ENABLED(POWER_LOSS_RECOVERY) |
1772 | 1772 | #define PLR_ENABLED_DEFAULT false // Power-Loss Recovery enabled by default. (Set with 'M413 Sn' & M500) |
1773 | 1773 | //#define PLR_BED_THRESHOLD BED_MAXTEMP // (°C) Skip user confirmation at or above this bed temperature (0 to disable) |
|
1824 | 1824 | // SD Card Sorting options |
1825 | 1825 | #if ENABLED(SDCARD_SORT_ALPHA) |
1826 | 1826 | #define SDSORT_REVERSE false // Default to sorting file names in reverse order. |
1827 | | - #define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items |
| 1827 | + #define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items |
1828 | 1828 | #define SDSORT_FOLDERS -1 // -1=above 0=none 1=below |
1829 | 1829 | #define SDSORT_GCODE true // Enable G-code M34 to set sorting behaviors: M34 S<-1|0|1> F<-1|0|1> // MRiscoC Allows disable file sort by M34 g-code |
1830 | 1830 | #define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs |
|
1839 | 1839 | // LCD's font must contain the characters. Check your selected LCD language. |
1840 | 1840 | //#define UTF_FILENAME_SUPPORT |
1841 | 1841 |
|
1842 | | - #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L' // MRiscoC Enabled |
1843 | | - #define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol // MRiscoC Enabled |
| 1842 | + //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L' // MRiscoC Enabled |
| 1843 | + //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol // MRiscoC Enabled |
1844 | 1844 | //#define M20_TIMESTAMP_SUPPORT // Include timestamps by adding the 'T' flag to M20 commands |
1845 | 1845 |
|
1846 | 1846 | #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu // MRiscoC Enabled |
|
1928 | 1928 | //#define CONFIGURATION_EMBEDDING |
1929 | 1929 |
|
1930 | 1930 | // Add an optimized binary file transfer mode, initiated with 'M28 B1' |
1931 | | - #define BINARY_FILE_TRANSFER // MRiscoC Enabled for easy firmware upgrade |
| 1931 | + //#define BINARY_FILE_TRANSFER // MRiscoC Enabled for easy firmware upgrade |
1932 | 1932 |
|
1933 | 1933 | #if ENABLED(BINARY_FILE_TRANSFER) |
1934 | 1934 | // Include extra facilities (e.g., 'M20 F') supporting firmware upload via BINARY_FILE_TRANSFER |
|
4164 | 4164 | * |
4165 | 4165 | * Implement M486 to allow Marlin to skip objects |
4166 | 4166 | */ |
4167 | | -#define CANCEL_OBJECTS // MRiscoC Enabled M486 to skip objects |
| 4167 | +//#define CANCEL_OBJECTS // MRiscoC Enabled M486 to skip objects |
4168 | 4168 | #if ENABLED(CANCEL_OBJECTS) |
4169 | 4169 | #define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message |
4170 | 4170 | #endif |
|
0 commit comments