|
@@ -1553,8 +1553,9 @@
|
1553
|
1553
|
//#define BABYSTEP_WITHOUT_HOMING
|
1554
|
1554
|
//#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
|
1555
|
1555
|
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
|
1556
|
|
- #define BABYSTEP_MULTIPLICATOR_Z 1 // Babysteps are very small. Increase for faster motion.
|
1557
|
|
- #define BABYSTEP_MULTIPLICATOR_XY 1
|
|
1556
|
+ //#define BABYSTEP_MILLIMETER_UNITS // Specify BABYSTEP_MULTIPLICATOR_(XY|Z) in mm instead of micro-steps
|
|
1557
|
+ #define BABYSTEP_MULTIPLICATOR_Z 1 // (steps or mm) Steps or millimeter distance for each Z babystep
|
|
1558
|
+ #define BABYSTEP_MULTIPLICATOR_XY 1 // (steps or mm) Steps or millimeter distance for each XY babystep
|
1558
|
1559
|
|
1559
|
1560
|
//#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
|
1560
|
1561
|
#if ENABLED(DOUBLECLICK_FOR_Z_BABYSTEPPING)
|