|
|
@ -777,6 +777,10 @@ |
|
|
|
// Note: Extra time may be added to mitigate controller latency.
|
|
|
|
#endif |
|
|
|
|
|
|
|
//#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 1 // Multiply 1mm by this factor for the move step size.
|
|
|
|
#endif |
|
|
|
//#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
|
|
|
|
#if ENABLED(BABYSTEP_ZPROBE_OFFSET) |
|
|
|
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
|
|
|
|