Skip to content

Commit

Permalink
Decrease SDSORT_LIMIT for F4 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
mriscoc committed Aug 7, 2023
1 parent 240a1e7 commit 95ccb8e
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 20 deletions.
10 changes: 0 additions & 10 deletions 2Pro.py

This file was deleted.

2 changes: 1 addition & 1 deletion Ender3S1-F4-LA/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@

// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)
#define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define FOLDER_SORTING -1 // -1=above 0=none 1=below
#define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
#define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F4-MM/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@

// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)
#define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define FOLDER_SORTING -1 // -1=above 0=none 1=below
#define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
#define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F4-T13/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@

// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)
#define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define FOLDER_SORTING -1 // -1=above 0=none 1=below
#define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
#define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Expand Down
4 changes: 2 additions & 2 deletions Ender3S1-F4-UBL/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@
#define STATUS_MESSAGE_SCROLLING // MRiscoC, Allows scrolling of large status messages

// Apply a timeout to low-priority status messages
#define STATUS_MESSAGE_TIMEOUT_SEC 30 // (seconds) // MRiscoC Enable Status Message Timeout
//#define STATUS_MESSAGE_TIMEOUT_SEC 30 // (seconds) // MRiscoC Enable Status Message Timeout

// On the Info Screen, display XY with one decimal place when possible
//#define LCD_DECIMAL_SMALL_XY
Expand Down Expand Up @@ -1750,7 +1750,7 @@

// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)
#define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define FOLDER_SORTING -1 // -1=above 0=none 1=below
#define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
#define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F4/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@

// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)
#define SDSORT_LIMIT 50 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each. // MRiscoC Increase number of sorted items
#define FOLDER_SORTING -1 // -1=above 0=none 1=below
#define SDSORT_GCODE true // Allow turning sorting on/off with LCD and M34 G-code. // MRiscoC Allows disable file sort by M34 g-code
#define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting. // Ender Configs
Expand Down
2 changes: 1 addition & 1 deletion Ender3V2-422-MM-T5-MPC/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
//#define BLUETOOTH

// Name displayed in the LCD "Ready" message and Info menu
#define CUSTOM_MACHINE_NAME "Ender3V2-422-MM-T5-MPC"
#define CUSTOM_MACHINE_NAME "Ender3V2 422 MM T5 MPC"

// Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like https://www.uuidgenerator.net/version4
Expand Down
2 changes: 1 addition & 1 deletion Ender3V2-422-MM-T5-MPC/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Verbose version identifier which should contain a reference to the location
* from where the binary was downloaded or the source code was compiled.
*/
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " Ender3V2-422-MM-T5-MPC, based on bugfix-2.1.x"
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " Ender3V2 422 MM T5 MPC, based on bugfix-2.1.x"

/**
* The STRING_DISTRIBUTION_DATE represents when the binary file was built,
Expand Down
2 changes: 1 addition & 1 deletion Ender3V2-427-MM-T5-MPC/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
//#define BLUETOOTH

// Name displayed in the LCD "Ready" message and Info menu
#define CUSTOM_MACHINE_NAME "Ender3V2-427-MM-T5-MPC"
#define CUSTOM_MACHINE_NAME "Ender3V2 427 MM T5 MPC"

// Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like https://www.uuidgenerator.net/version4
Expand Down
2 changes: 1 addition & 1 deletion Ender3V2-427-MM-T5-MPC/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Verbose version identifier which should contain a reference to the location
* from where the binary was downloaded or the source code was compiled.
*/
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " Ender3V2-427-MM-T5-MPC, based on bugfix-2.1.x"
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " Ender3V2 427 MM T5 MPC, based on bugfix-2.1.x"

/**
* The STRING_DISTRIBUTION_DATE represents when the binary file was built,
Expand Down
5 changes: 5 additions & 0 deletions _boards/301F4.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
"op": "Disable",
"searchfor": "BINARY_FILE_TRANSFER"
},
{
"op": "CustomVal",
"searchfor": "SDSORT_LIMIT",
"value": "40"
},
{
"op": "CustomVal",
"searchfor": "CHOPPER_TIMING",
Expand Down

0 comments on commit 95ccb8e

Please sign in to comment.