|
@ -362,6 +362,7 @@ |
|
|
//#define BABYSTEPPING
|
|
|
//#define BABYSTEPPING
|
|
|
#if ENABLED(BABYSTEPPING) |
|
|
#if ENABLED(BABYSTEPPING) |
|
|
#define BABYSTEP_XY //not only z, but also XY in the menu. more clutter, more functions
|
|
|
#define BABYSTEP_XY //not only z, but also XY in the menu. more clutter, more functions
|
|
|
|
|
|
//not implemented for CoreXY and deltabots!
|
|
|
#define BABYSTEP_INVERT_Z false //true for inverse movements in Z
|
|
|
#define BABYSTEP_INVERT_Z false //true for inverse movements in Z
|
|
|
#define BABYSTEP_Z_MULTIPLICATOR 2 //faster z movements
|
|
|
#define BABYSTEP_Z_MULTIPLICATOR 2 //faster z movements
|
|
|
#endif |
|
|
#endif |
|
|