Ver código fonte

Revert default BABYSTEP_MULTIPLICATOR to 1

Scott Lahteine 7 anos atrás
pai
commit
6b1d1a818b
30 arquivos alterados com 30 adições e 30 exclusões
  1. 1
    1
      Marlin/Configuration_adv.h
  2. 1
    1
      Marlin/src/config/default/Configuration_adv.h
  3. 1
    1
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 1
    1
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 1
    1
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 1
    1
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  7. 1
    1
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  8. 1
    1
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  9. 1
    1
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  10. 1
    1
      Marlin/src/config/examples/Felix/Configuration_adv.h
  11. 1
    1
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  12. 1
    1
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  13. 1
    1
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  14. 1
    1
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  15. 1
    1
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  16. 1
    1
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  17. 1
    1
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  18. 1
    1
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  19. 1
    1
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  20. 1
    1
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  21. 1
    1
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  22. 1
    1
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  23. 1
    1
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  24. 1
    1
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  25. 1
    1
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  26. 1
    1
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  27. 1
    1
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  28. 1
    1
      Marlin/src/config/examples/makibox/Configuration_adv.h
  29. 1
    1
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  30. 1
    1
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Ver arquivo

637
 #if ENABLED(BABYSTEPPING)
637
 #if ENABLED(BABYSTEPPING)
638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
639
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
640
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
640
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/default/Configuration_adv.h Ver arquivo

637
 #if ENABLED(BABYSTEPPING)
637
 #if ENABLED(BABYSTEPPING)
638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
639
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
640
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
640
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/Cartesio/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/Felix/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Ver arquivo

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/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Ver arquivo

637
 #if ENABLED(BABYSTEPPING)
637
 #if ENABLED(BABYSTEPPING)
638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
639
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
640
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
640
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Ver arquivo

643
 #if ENABLED(BABYSTEPPING)
643
 #if ENABLED(BABYSTEPPING)
644
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
644
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
645
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
645
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
646
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
646
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
647
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
647
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
648
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
648
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
649
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
649
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/RigidBot/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/SCARA/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Ver arquivo

644
 #if ENABLED(BABYSTEPPING)
644
 #if ENABLED(BABYSTEPPING)
645
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
645
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
646
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
646
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
647
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
647
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
648
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
648
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
649
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
649
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
650
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
650
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Ver arquivo

638
 #if ENABLED(BABYSTEPPING)
638
 #if ENABLED(BABYSTEPPING)
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
641
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
641
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Ver arquivo

638
 #if ENABLED(BABYSTEPPING)
638
 #if ENABLED(BABYSTEPPING)
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
641
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
641
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration_adv.h Ver arquivo

638
 #if ENABLED(BABYSTEPPING)
638
 #if ENABLED(BABYSTEPPING)
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
641
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
641
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Ver arquivo

638
 #if ENABLED(BABYSTEPPING)
638
 #if ENABLED(BABYSTEPPING)
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
641
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
641
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Ver arquivo

643
 #if ENABLED(BABYSTEPPING)
643
 #if ENABLED(BABYSTEPPING)
644
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
644
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
645
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
645
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
646
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
646
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
647
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
647
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
648
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
648
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
649
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
649
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Ver arquivo

638
 #if ENABLED(BABYSTEPPING)
638
 #if ENABLED(BABYSTEPPING)
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
640
   #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
641
-  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
641
+  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/makibox/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Ver arquivo

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

+ 1
- 1
Marlin/src/config/examples/wt150/Configuration_adv.h Ver arquivo

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

Carregando…
Cancelar
Salvar