Browse Source

Disable BABYSTEP_XY, add to SDSORT comment

Scott Lahteine 6 years ago
parent
commit
981a610f75
30 changed files with 58 additions and 58 deletions
  1. 2
    2
      Marlin/Configuration_adv.h
  2. 2
    2
      Marlin/src/config/default/Configuration_adv.h
  3. 2
    2
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 2
    2
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 2
    2
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 2
    2
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  7. 2
    2
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  8. 2
    2
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  9. 2
    2
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  10. 2
    2
      Marlin/src/config/examples/Felix/Configuration_adv.h
  11. 2
    2
      Marlin/src/config/examples/Folger Tech/i3-2020/Configuration_adv.h
  12. 2
    2
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  13. 2
    2
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  14. 2
    2
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  15. 2
    2
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  16. 2
    2
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  17. 2
    2
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  18. 2
    2
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  19. 2
    2
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  20. 1
    1
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  21. 2
    2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  22. 2
    2
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  23. 2
    2
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  24. 2
    2
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  25. 2
    2
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  26. 2
    2
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  27. 2
    2
      Marlin/src/config/examples/makibox/Configuration_adv.h
  28. 2
    2
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  29. 2
    2
      Marlin/src/config/examples/wt150/Configuration_adv.h
  30. 1
    1
      Marlin/src/pins/pins_RAMPS_RE_ARM.h

+ 2
- 2
Marlin/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/default/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Cartesio/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Felix/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Folger Tech/i3-2020/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 #define BABYSTEPPING
609
 #define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/RigidBot/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/SCARA/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h View File

499
 
499
 
500
   // SD Card Sorting options
500
   // SD Card Sorting options
501
   #if ENABLED(SDCARD_SORT_ALPHA)
501
   #if ENABLED(SDCARD_SORT_ALPHA)
502
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
502
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
503
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
503
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
504
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
504
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
505
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
505
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
597
  */
597
  */
598
 //#define BABYSTEPPING
598
 //#define BABYSTEPPING
599
 #if ENABLED(BABYSTEPPING)
599
 #if ENABLED(BABYSTEPPING)
600
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
600
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
601
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
601
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
602
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
602
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
603
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
603
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

523
 
523
 
524
   // SD Card Sorting options
524
   // SD Card Sorting options
525
   #if ENABLED(SDCARD_SORT_ALPHA)
525
   #if ENABLED(SDCARD_SORT_ALPHA)
526
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
526
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
527
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
527
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
528
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
528
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
529
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
529
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
621
  */
621
  */
622
 #define BABYSTEPPING
622
 #define BABYSTEPPING
623
 #if ENABLED(BABYSTEPPING)
623
 #if ENABLED(BABYSTEPPING)
624
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
624
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
625
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
626
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
626
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
627
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

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

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

512
 
512
 
513
   // SD Card Sorting options
513
   // SD Card Sorting options
514
   #if ENABLED(SDCARD_SORT_ALPHA)
514
   #if ENABLED(SDCARD_SORT_ALPHA)
515
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
515
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
610
  */
610
  */
611
 //#define BABYSTEPPING
611
 //#define BABYSTEPPING
612
 #if ENABLED(BABYSTEPPING)
612
 #if ENABLED(BABYSTEPPING)
613
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
613
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
616
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
616
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

512
 
512
 
513
   // SD Card Sorting options
513
   // SD Card Sorting options
514
   #if ENABLED(SDCARD_SORT_ALPHA)
514
   #if ENABLED(SDCARD_SORT_ALPHA)
515
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
515
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
610
  */
610
  */
611
 //#define BABYSTEPPING
611
 //#define BABYSTEPPING
612
 #if ENABLED(BABYSTEPPING)
612
 #if ENABLED(BABYSTEPPING)
613
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
613
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
616
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
616
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

512
 
512
 
513
   // SD Card Sorting options
513
   // SD Card Sorting options
514
   #if ENABLED(SDCARD_SORT_ALPHA)
514
   #if ENABLED(SDCARD_SORT_ALPHA)
515
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
515
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
610
  */
610
  */
611
 //#define BABYSTEPPING
611
 //#define BABYSTEPPING
612
 #if ENABLED(BABYSTEPPING)
612
 #if ENABLED(BABYSTEPPING)
613
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
613
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
616
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
616
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

517
 
517
 
518
   // SD Card Sorting options
518
   // SD Card Sorting options
519
   #if ENABLED(SDCARD_SORT_ALPHA)
519
   #if ENABLED(SDCARD_SORT_ALPHA)
520
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
520
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
521
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
521
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
522
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
522
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
523
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
523
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
615
  */
615
  */
616
 //#define BABYSTEPPING
616
 //#define BABYSTEPPING
617
 #if ENABLED(BABYSTEPPING)
617
 #if ENABLED(BABYSTEPPING)
618
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
618
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
619
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
619
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
620
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
620
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
621
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
621
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

512
 
512
 
513
   // SD Card Sorting options
513
   // SD Card Sorting options
514
   #if ENABLED(SDCARD_SORT_ALPHA)
514
   #if ENABLED(SDCARD_SORT_ALPHA)
515
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
515
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
610
  */
610
  */
611
 //#define BABYSTEPPING
611
 //#define BABYSTEPPING
612
 #if ENABLED(BABYSTEPPING)
612
 #if ENABLED(BABYSTEPPING)
613
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
613
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
616
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
616
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 #define BABYSTEPPING
609
 #define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/makibox/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 2
- 2
Marlin/src/config/examples/wt150/Configuration_adv.h View File

510
 
510
 
511
   // SD Card Sorting options
511
   // SD Card Sorting options
512
   #if ENABLED(SDCARD_SORT_ALPHA)
512
   #if ENABLED(SDCARD_SORT_ALPHA)
513
-    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
513
+    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
608
  */
608
  */
609
 //#define BABYSTEPPING
609
 //#define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
611
+  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

+ 1
- 1
Marlin/src/pins/pins_RAMPS_RE_ARM.h View File

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

Loading…
Cancel
Save