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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -510,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -510,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -510,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 #define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -510,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -510,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -499,7 +499,7 @@
499 499
 
500 500
   // SD Card Sorting options
501 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 503
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
504 504
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
505 505
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -597,7 +597,7 @@
597 597
  */
598 598
 //#define BABYSTEPPING
599 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 601
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
602 602
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
603 603
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -510,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +523,7 @@
523 523
 
524 524
   // SD Card Sorting options
525 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 527
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
528 528
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
529 529
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -621,7 +621,7 @@
621 621
  */
622 622
 #define BABYSTEPPING
623 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 625
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
626 626
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
627 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +512,7 @@
512 512
 
513 513
   // SD Card Sorting options
514 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 516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517 517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518 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,7 +512,7 @@
512 512
 
513 513
   // SD Card Sorting options
514 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 516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517 517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518 518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -610,7 +610,7 @@
610 610
  */
611 611
 //#define BABYSTEPPING
612 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 614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
615 615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
616 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,7 +512,7 @@
512 512
 
513 513
   // SD Card Sorting options
514 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 516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517 517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518 518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -610,7 +610,7 @@
610 610
  */
611 611
 //#define BABYSTEPPING
612 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 614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
615 615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
616 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,7 +512,7 @@
512 512
 
513 513
   // SD Card Sorting options
514 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 516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517 517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518 518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -610,7 +610,7 @@
610 610
  */
611 611
 //#define BABYSTEPPING
612 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 614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
615 615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
616 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,7 +517,7 @@
517 517
 
518 518
   // SD Card Sorting options
519 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 521
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
522 522
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
523 523
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -615,7 +615,7 @@
615 615
  */
616 616
 //#define BABYSTEPPING
617 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 619
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
620 620
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
621 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,7 +512,7 @@
512 512
 
513 513
   // SD Card Sorting options
514 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 516
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
517 517
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
518 518
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -610,7 +610,7 @@
610 610
  */
611 611
 //#define BABYSTEPPING
612 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 614
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
615 615
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
616 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 #define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -510,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 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,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -510,7 +510,7 @@
510 510
 
511 511
   // SD Card Sorting options
512 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 514
     #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
515 515
     #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
516 516
     #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
@@ -608,7 +608,7 @@
608 608
  */
609 609
 //#define BABYSTEPPING
610 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 612
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613 613
   #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614 614
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping

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

@@ -275,7 +275,7 @@
275 275
 
276 276
     // SD Card Sorting options
277 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 279
       #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
280 280
       #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
281 281
       #define SDSORT_USES_RAM    true   // Pre-allocate a static array for faster pre-sorting.

Loading…
Cancel
Save