|
|
|
@ -1315,20 +1315,21 @@
|
|
|
|
|
//#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 25 // Babysteps are very small. Increase for faster motion.
|
|
|
|
|
#define BABYSTEP_MULTIPLICATOR_Z 25 // Babysteps are very small. Increase for faster motion.
|
|
|
|
|
#define BABYSTEP_MULTIPLICATOR_XY 25
|
|
|
|
|
|
|
|
|
|
#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
|
|
|
|
|
#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.
|
|
|
|
|
// Note: Extra time may be added to mitigate controller latency.
|
|
|
|
|
#define BABYSTEP_ALWAYS_AVAILABLE // Allow babystepping at all times (not just during movement).
|
|
|
|
|
#define BABYSTEP_ALWAYS_AVAILABLE // Allow babystepping at all times (not just during movement).
|
|
|
|
|
//#define MOVE_Z_WHEN_IDLE // Jump to the move Z menu on doubleclick when printer is idle.
|
|
|
|
|
#if ENABLED(MOVE_Z_WHEN_IDLE)
|
|
|
|
|
#define MOVE_Z_IDLE_MULTIPLICATOR 10 // Multiply 1mm by this factor for the move step size.
|
|
|
|
|
#define MOVE_Z_IDLE_MULTIPLICATOR 10 // Multiply 1mm by this factor for the move step size.
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
|
|
|
|
|
#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
|
|
|
|
|
|
|
|
|
|
//#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
|
|
|
|
|
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
|
|
|
|
|