Disable BABYSTEP_XY, add to SDSORT comment

This commit is contained in:
Scott Lahteine
2017-09-27 00:28:01 -05:00
parent 4c5be9bb05
commit 981a610f75
30 changed files with 58 additions and 58 deletions

View File

@ -275,7 +275,7 @@
// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)
#define SDSORT_LIMIT 255 // Maximum number of sorted items (10-256).
#define SDSORT_LIMIT 255 // Maximum number of sorted items (10-256). Costs 27 bytes each.
#define FOLDER_SORTING -1 // -1=above 0=none 1=below
#define SDSORT_GCODE false // Allow turning sorting on/off with LCD and M34 g-code.
#define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting.