ソースを参照

Revert default BABYSTEP_MULTIPLICATOR to 1

Scott Lahteine 7年前
コミット
6b1d1a818b
30個のファイルの変更30行の追加30行の削除
  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 ファイルの表示

@@ -637,7 +637,7 @@
637 637
 #if ENABLED(BABYSTEPPING)
638 638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639 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 641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642 642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643 643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/default/Configuration_adv.h ファイルの表示

@@ -637,7 +637,7 @@
637 637
 #if ENABLED(BABYSTEPPING)
638 638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639 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 641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642 642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643 643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Anet/A6/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Anet/A8/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h ファイルの表示

@@ -633,7 +633,7 @@
633 633
 #if ENABLED(BABYSTEPPING)
634 634
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
635 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 637
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
638 638
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
639 639
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Cartesio/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Felix/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h ファイルの表示

@@ -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/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h ファイルの表示

@@ -637,7 +637,7 @@
637 637
 #if ENABLED(BABYSTEPPING)
638 638
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
639 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 641
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
642 642
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
643 643
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h ファイルの表示

@@ -643,7 +643,7 @@
643 643
 #if ENABLED(BABYSTEPPING)
644 644
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
645 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 647
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
648 648
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
649 649
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/RigidBot/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/SCARA/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h ファイルの表示

@@ -625,7 +625,7 @@
625 625
 #if ENABLED(BABYSTEPPING)
626 626
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
627 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 629
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
630 630
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
631 631
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h ファイルの表示

@@ -644,7 +644,7 @@
644 644
 #if ENABLED(BABYSTEPPING)
645 645
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
646 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 648
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
649 649
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
650 650
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 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 ファイルの表示

@@ -638,7 +638,7 @@
638 638
 #if ENABLED(BABYSTEPPING)
639 639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640 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 642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643 643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644 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 ファイルの表示

@@ -638,7 +638,7 @@
638 638
 #if ENABLED(BABYSTEPPING)
639 639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640 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 642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643 643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644 644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration_adv.h ファイルの表示

@@ -638,7 +638,7 @@
638 638
 #if ENABLED(BABYSTEPPING)
639 639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640 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 642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643 643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644 644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h ファイルの表示

@@ -638,7 +638,7 @@
638 638
 #if ENABLED(BABYSTEPPING)
639 639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640 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 642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643 643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644 644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h ファイルの表示

@@ -643,7 +643,7 @@
643 643
 #if ENABLED(BABYSTEPPING)
644 644
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
645 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 647
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
648 648
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
649 649
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h ファイルの表示

@@ -638,7 +638,7 @@
638 638
 #if ENABLED(BABYSTEPPING)
639 639
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
640 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 642
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
643 643
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
644 644
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   #define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/makibox/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

+ 1
- 1
Marlin/src/config/examples/wt150/Configuration_adv.h ファイルの表示

@@ -636,7 +636,7 @@
636 636
 #if ENABLED(BABYSTEPPING)
637 637
   //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
638 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 640
   //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
641 641
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
642 642
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.

読み込み中…
キャンセル
保存