Browse Source

Revert default BABYSTEP_MULTIPLICATOR to 1

Scott Lahteine 7 years ago
parent
commit
a979c428ee
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
619
 #if ENABLED(BABYSTEPPING)
620
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
620
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
621
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
623
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
624
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
624
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
625
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

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

622
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

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

622
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
619
 #if ENABLED(BABYSTEPPING)
620
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
620
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
621
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
623
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
624
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
624
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
625
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #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 1   // 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
628
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
629
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
629
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

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

622
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

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

622
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

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

611
 #if ENABLED(BABYSTEPPING)
611
 #if ENABLED(BABYSTEPPING)
612
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
613
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
615
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
616
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
616
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
617
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
617
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

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

622
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
630
 #if ENABLED(BABYSTEPPING)
631
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
631
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
632
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
634
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
635
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
635
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
636
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
624
 #if ENABLED(BABYSTEPPING)
625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
626
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
628
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
624
 #if ENABLED(BABYSTEPPING)
625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
626
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
628
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
624
 #if ENABLED(BABYSTEPPING)
625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
626
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
628
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
629
 #if ENABLED(BABYSTEPPING)
630
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
630
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
631
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
633
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
634
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
634
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
635
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
624
 #if ENABLED(BABYSTEPPING)
625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
625
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
626
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
628
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
629
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
630
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

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

622
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
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
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

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

622
 #if ENABLED(BABYSTEPPING)
622
 #if ENABLED(BABYSTEPPING)
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
623
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
624
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
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
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
626
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
627
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
628
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

Loading…
Cancel
Save