File tree Expand file tree Collapse file tree 11 files changed +15
-20
lines changed
Expand file tree Collapse file tree 11 files changed +15
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17501750
17511751 // SD Card Sorting options
17521752 #if ENABLED (SDCARD_SORT_ALPHA )
1753- #define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
1753+ #define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
17541754 #define FOLDER_SORTING -1 // -1=above 0=none 1=below
17551755 #define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
17561756 #define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Original file line number Diff line number Diff line change 17501750
17511751 // SD Card Sorting options
17521752 #if ENABLED (SDCARD_SORT_ALPHA )
1753- #define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
1753+ #define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
17541754 #define FOLDER_SORTING -1 // -1=above 0=none 1=below
17551755 #define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
17561756 #define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Original file line number Diff line number Diff line change 17501750
17511751 // SD Card Sorting options
17521752 #if ENABLED (SDCARD_SORT_ALPHA )
1753- #define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
1753+ #define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
17541754 #define FOLDER_SORTING -1 // -1=above 0=none 1=below
17551755 #define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
17561756 #define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Original file line number Diff line number Diff line change 15731573 #define STATUS_MESSAGE_SCROLLING // MRiscoC, Allows scrolling of large status messages
15741574
15751575 // Apply a timeout to low-priority status messages
1576- #define STATUS_MESSAGE_TIMEOUT_SEC 30 // (seconds) // MRiscoC Enable Status Message Timeout
1576+ // #define STATUS_MESSAGE_TIMEOUT_SEC 30 // (seconds) // MRiscoC Enable Status Message Timeout
15771577
15781578 // On the Info Screen, display XY with one decimal place when possible
15791579 //#define LCD_DECIMAL_SMALL_XY
17501750
17511751 // SD Card Sorting options
17521752 #if ENABLED (SDCARD_SORT_ALPHA )
1753- #define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
1753+ #define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
17541754 #define FOLDER_SORTING -1 // -1=above 0=none 1=below
17551755 #define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
17561756 #define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Original file line number Diff line number Diff line change 17501750
17511751 // SD Card Sorting options
17521752 #if ENABLED (SDCARD_SORT_ALPHA )
1753- #define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
1753+ #define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
17541754 #define FOLDER_SORTING -1 // -1=above 0=none 1=below
17551755 #define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
17561756 #define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Original file line number Diff line number Diff line change 120120//#define BLUETOOTH
121121
122122// Name displayed in the LCD "Ready" message and Info menu
123- #define CUSTOM_MACHINE_NAME "Ender3V2- 422-MM-T5- MPC"
123+ #define CUSTOM_MACHINE_NAME "Ender3V2 422 MM T5 MPC"
124124
125125// Printer's unique ID, used by some programs to differentiate between machines.
126126// Choose your own or use a service like https://www.uuidgenerator.net/version4
Original file line number Diff line number Diff line change 3434 * Verbose version identifier which should contain a reference to the location
3535 * from where the binary was downloaded or the source code was compiled.
3636 */
37- #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " Ender3V2- 422-MM-T5- MPC, based on bugfix-2.1.x"
37+ #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " Ender3V2 422 MM T5 MPC, based on bugfix-2.1.x"
3838
3939/**
4040 * The STRING_DISTRIBUTION_DATE represents when the binary file was built,
Original file line number Diff line number Diff line change 120120//#define BLUETOOTH
121121
122122// Name displayed in the LCD "Ready" message and Info menu
123- #define CUSTOM_MACHINE_NAME "Ender3V2- 427-MM-T5- MPC"
123+ #define CUSTOM_MACHINE_NAME "Ender3V2 427 MM T5 MPC"
124124
125125// Printer's unique ID, used by some programs to differentiate between machines.
126126// Choose your own or use a service like https://www.uuidgenerator.net/version4
Original file line number Diff line number Diff line change 3434 * Verbose version identifier which should contain a reference to the location
3535 * from where the binary was downloaded or the source code was compiled.
3636 */
37- #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " Ender3V2- 427-MM-T5- MPC, based on bugfix-2.1.x"
37+ #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " Ender3V2 427 MM T5 MPC, based on bugfix-2.1.x"
3838
3939/**
4040 * The STRING_DISTRIBUTION_DATE represents when the binary file was built,
You can’t perform that action at this time.
0 commit comments