Skip to content

Commit 95ccb8e

Browse files
committed
Decrease SDSORT_LIMIT for F4 boards
1 parent 240a1e7 commit 95ccb8e

File tree

11 files changed

+15
-20
lines changed

11 files changed

+15
-20
lines changed

2Pro.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

Ender3S1-F4-LA/Configuration_adv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@
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

Ender3S1-F4-MM/Configuration_adv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@
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

Ender3S1-F4-T13/Configuration_adv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@
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

Ender3S1-F4-UBL/Configuration_adv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@
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
@@ -1750,7 +1750,7 @@
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

Ender3S1-F4/Configuration_adv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@
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

Ender3V2-422-MM-T5-MPC/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
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

Ender3V2-422-MM-T5-MPC/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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,

Ender3V2-427-MM-T5-MPC/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
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

Ender3V2-427-MM-T5-MPC/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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,

0 commit comments

Comments
 (0)