Browse Source

Increase BABYSTEP_MULTIPLICATOR to 100

Scott Lahteine 8 years ago
parent
commit
2281154025
29 changed files with 116 additions and 116 deletions
  1. 4
    4
      Marlin/Configuration_adv.h
  2. 4
    4
      Marlin/src/config/default/Configuration_adv.h
  3. 4
    4
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 4
    4
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 4
    4
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 4
    4
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  7. 4
    4
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  8. 4
    4
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  9. 4
    4
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  10. 4
    4
      Marlin/src/config/examples/Felix/Configuration_adv.h
  11. 4
    4
      Marlin/src/config/examples/Folger Tech/i3-2020/Configuration_adv.h
  12. 4
    4
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  13. 4
    4
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  14. 4
    4
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  15. 4
    4
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  16. 4
    4
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  17. 4
    4
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  18. 4
    4
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  19. 4
    4
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  20. 4
    4
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  21. 4
    4
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  22. 4
    4
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  23. 4
    4
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  24. 4
    4
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  25. 4
    4
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  26. 4
    4
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  27. 4
    4
      Marlin/src/config/examples/makibox/Configuration_adv.h
  28. 4
    4
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  29. 4
    4
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 4
- 4
Marlin/Configuration_adv.h View File

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

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

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

+ 4
- 4
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

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

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

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

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

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

+ 4
- 4
Marlin/src/config/examples/Folger Tech/i3-2020/Configuration_adv.h View File

608
  */
608
  */
609
 #define BABYSTEPPING
609
 #define BABYSTEPPING
610
 #if ENABLED(BABYSTEPPING)
610
 #if ENABLED(BABYSTEPPING)
611
-  #define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
612
-  #define BABYSTEP_INVERT_Z false  // Change if Z babysteps should go the other way
613
-  #define BABYSTEP_MULTIPLICATOR 2 // Babysteps are very small. Increase for faster motion.
614
-  //#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
611
+  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
612
+  #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
613
+  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
614
+  //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
615
   #define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
615
   #define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
616
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
616
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
617
                                         // Note: Extra time may be added to mitigate controller latency.
617
                                         // Note: Extra time may be added to mitigate controller latency.

+ 4
- 4
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

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

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

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

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

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

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

597
  */
597
  */
598
 //#define BABYSTEPPING
598
 //#define BABYSTEPPING
599
 #if ENABLED(BABYSTEPPING)
599
 #if ENABLED(BABYSTEPPING)
600
-  #define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
601
-  #define BABYSTEP_INVERT_Z false  // Change if Z babysteps should go the other way
602
-  #define BABYSTEP_MULTIPLICATOR 1 // Babysteps are very small. Increase for faster motion.
603
-  //#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
600
+  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
601
+  #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
602
+  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
603
+  //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
604
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
604
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
605
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
605
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
606
                                         // Note: Extra time may be added to mitigate controller latency.
606
                                         // Note: Extra time may be added to mitigate controller latency.

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

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

+ 4
- 4
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

621
  */
621
  */
622
 #define BABYSTEPPING
622
 #define BABYSTEPPING
623
 #if ENABLED(BABYSTEPPING)
623
 #if ENABLED(BABYSTEPPING)
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
626
-  #define BABYSTEP_MULTIPLICATOR 1 // Babysteps are very small. Increase for faster motion.
627
-  //#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
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
626
+  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
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.
630
                                         // Note: Extra time may be added to mitigate controller latency.
630
                                         // Note: Extra time may be added to mitigate controller latency.

+ 4
- 4
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

615
  */
615
  */
616
 //#define BABYSTEPPING
616
 //#define BABYSTEPPING
617
 #if ENABLED(BABYSTEPPING)
617
 #if ENABLED(BABYSTEPPING)
618
-  #define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
619
-  #define BABYSTEP_INVERT_Z false  // Change if Z babysteps should go the other way
620
-  #define BABYSTEP_MULTIPLICATOR 1 // Babysteps are very small. Increase for faster motion.
621
-  //#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
618
+  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
619
+  #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
620
+  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
621
+  //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
622
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
622
   //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
623
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
623
   #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
624
                                         // Note: Extra time may be added to mitigate controller latency.
624
                                         // Note: Extra time may be added to mitigate controller latency.

+ 4
- 4
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

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

+ 4
- 4
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

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

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

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

+ 4
- 4
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h View File

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

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

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

Loading…
Cancel
Save