|
|
|
@ -1312,8 +1312,8 @@
|
|
|
|
|
//#define BABYSTEP_WITHOUT_HOMING
|
|
|
|
|
//#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
|
|
|
|
|
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
|
|
|
|
|
#define BABYSTEP_MULTIPLICATOR 10 // Babysteps are very small. Increase for faster motion.
|
|
|
|
|
|
|
|
|
|
#define BABYSTEP_MULTIPLICATOR_Z 10 // Babysteps are very small. Increase for faster motion.
|
|
|
|
|
#define BABYSTEP_MULTIPLICATOR_XY 10
|
|
|
|
|
#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
|
|
|
|
|
#if ENABLED(DOUBLECLICK_FOR_Z_BABYSTEPPING)
|
|
|
|
|
#define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
|
|
|
|
|