Browse Source

fix babystepping config

Thomas Buck 4 years ago
parent
commit
2abf6a6810
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/Configuration_adv.h

+ 3
- 3
Marlin/Configuration_adv.h View File

@@ -1480,11 +1480,11 @@
1480 1480
 #define BABYSTEPPING
1481 1481
 #if ENABLED(BABYSTEPPING)
1482 1482
   //#define INTEGRATED_BABYSTEPPING         // EXPERIMENTAL integration of babystepping into the Stepper ISR
1483
-  //#define BABYSTEP_WITHOUT_HOMING
1483
+  #define BABYSTEP_WITHOUT_HOMING
1484 1484
   #define BABYSTEP_XY                     // Also enable X/Y Babystepping. Not supported on DELTA!
1485 1485
   #define BABYSTEP_INVERT_Z false           // Change if Z babysteps should go the other way
1486
-  #define BABYSTEP_MULTIPLICATOR_Z  1       // Babysteps are very small. Increase for faster motion.
1487
-  #define BABYSTEP_MULTIPLICATOR_XY 1
1486
+  #define BABYSTEP_MULTIPLICATOR_Z  25       // Babysteps are very small. Increase for faster motion.
1487
+  #define BABYSTEP_MULTIPLICATOR_XY 25
1488 1488
 
1489 1489
   #define DOUBLECLICK_FOR_Z_BABYSTEPPING  // Double-click on the Status Screen for Z Babystepping.
1490 1490
   #if ENABLED(DOUBLECLICK_FOR_Z_BABYSTEPPING)

Loading…
Cancel
Save