Browse Source

Merge pull request #8128 from thinkyhead/bf1_revert_babystep_mult

[1.1.x] Revert default BABYSTEP_MULTIPLICATOR to 1
Scott Lahteine 6 years ago
parent
commit
7ade65d44b
No account linked to committer's email address
26 changed files with 26 additions and 26 deletions
  1. 1
    1
      Marlin/Configuration_adv.h
  2. 1
    1
      Marlin/example_configurations/AlephObjects/TAZ4/Configuration_adv.h
  3. 1
    1
      Marlin/example_configurations/Anet/A6/Configuration_adv.h
  4. 1
    1
      Marlin/example_configurations/Anet/A8/Configuration_adv.h
  5. 1
    1
      Marlin/example_configurations/BQ/Hephestos/Configuration_adv.h
  6. 1
    1
      Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h
  7. 1
    1
      Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h
  8. 1
    1
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  9. 1
    1
      Marlin/example_configurations/Felix/Configuration_adv.h
  10. 1
    1
      Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h
  11. 1
    1
      Marlin/example_configurations/Malyan/M150/Configuration_adv.h
  12. 1
    1
      Marlin/example_configurations/Micromake/C1/enhanced/Configuration_adv.h
  13. 1
    1
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  14. 1
    1
      Marlin/example_configurations/SCARA/Configuration_adv.h
  15. 1
    1
      Marlin/example_configurations/Sanguinololu/Configuration_adv.h
  16. 1
    1
      Marlin/example_configurations/TinyBoy2/Configuration_adv.h
  17. 1
    1
      Marlin/example_configurations/Velleman/K8200/Configuration_adv.h
  18. 1
    1
      Marlin/example_configurations/Velleman/K8400/Configuration_adv.h
  19. 1
    1
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  20. 1
    1
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  21. 1
    1
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  22. 1
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  23. 1
    1
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  24. 1
    1
      Marlin/example_configurations/makibox/Configuration_adv.h
  25. 1
    1
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  26. 1
    1
      Marlin/example_configurations/wt150/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/AlephObjects/TAZ4/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Anet/A6/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Anet/A8/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/BQ/Hephestos/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h View File

@@ -619,7 +619,7 @@
619 619
 #if ENABLED(BABYSTEPPING)
620 620
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
621 621
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
622
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
622
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
623 623
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
624 624
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
625 625
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Malyan/M150/Configuration_adv.h View File

@@ -619,7 +619,7 @@
619 619
 #if ENABLED(BABYSTEPPING)
620 620
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
621 621
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
622
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
622
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
623 623
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
624 624
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
625 625
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Micromake/C1/enhanced/Configuration_adv.h View File

@@ -623,7 +623,7 @@
623 623
 #if ENABLED(BABYSTEPPING)
624 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
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
626
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
627 627
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
628 628
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
629 629
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Sanguinololu/Configuration_adv.h View File

@@ -611,7 +611,7 @@
611 611
 #if ENABLED(BABYSTEPPING)
612 612
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
613 613
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
614
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
615 615
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
616 616
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
617 617
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/TinyBoy2/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Velleman/K8200/Configuration_adv.h View File

@@ -630,7 +630,7 @@
630 630
 #if ENABLED(BABYSTEPPING)
631 631
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
632 632
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
633
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
633
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
634 634
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
635 635
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
636 636
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/Velleman/K8400/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h View File

@@ -624,7 +624,7 @@
624 624
 #if ENABLED(BABYSTEPPING)
625 625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
626 626
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
627
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
627
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
628 628
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
629 629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
630 630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -624,7 +624,7 @@
624 624
 #if ENABLED(BABYSTEPPING)
625 625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
626 626
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
627
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
627
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
628 628
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
629 629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
630 630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -624,7 +624,7 @@
624 624
 #if ENABLED(BABYSTEPPING)
625 625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
626 626
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
627
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
627
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
628 628
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
629 629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
630 630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

@@ -629,7 +629,7 @@
629 629
 #if ENABLED(BABYSTEPPING)
630 630
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
631 631
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
632
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
632
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
633 633
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
634 634
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
635 635
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

@@ -624,7 +624,7 @@
624 624
 #if ENABLED(BABYSTEPPING)
625 625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
626 626
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
627
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
627
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
628 628
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
629 629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
630 630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/example_configurations/wt150/Configuration_adv.h View File

@@ -622,7 +622,7 @@
622 622
 #if ENABLED(BABYSTEPPING)
623 623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624 624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
625
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
625
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
626 626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627 627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628 628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

Loading…
Cancel
Save