Auto_z_align option is avalible for workhorse
This commit is contained in:
parent
b71d0cfe62
commit
8ef3f00c9e
@ -764,8 +764,13 @@
|
||||
#if ANY(MiniV2, TAZPro, TAZProXT, Sidekick_289, Sidekick_747)
|
||||
#define SENSORLESS_BACKOFF_MM { 4, 4 , 0} // (mm) Backoff from endstops before sensorless homing
|
||||
#else
|
||||
#define HOMING_BACKOFF_POST_MM { 2, 2, 16 } // (mm) Backoff from endstops after homing
|
||||
#define QUICK_HOME // If G28 contains XY do a diagonal move first
|
||||
#if defined(workhorse)
|
||||
#define HOMING_BACKOFF_POST_MM { 2, 2, 0 } // (mm) Backoff from endstops after homing
|
||||
#define QUICK_HOME // If G28 contains XY do a diagonal move first
|
||||
#elif defined(TAZ6)
|
||||
#define HOMING_BACKOFF_POST_MM { 2, 2, 16 } // (mm) Backoff from endstops after homing
|
||||
#define QUICK_HOME // If G28 contains XY do a diagonal move first
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define HOMING_BUMP_MM { 5, 5, 2 } // (mm) Backoff from endstops after first bump
|
||||
|
@ -383,6 +383,8 @@ void menu_motion() {
|
||||
//
|
||||
#if EITHER(Z_STEPPER_AUTO_ALIGN, MECHANICAL_GANTRY_CALIBRATION)
|
||||
GCODES_ITEM(MSG_AUTO_Z_ALIGN, PSTR("G34"));
|
||||
#elif ENABLED(X_LEVEL_SEQUENCE)
|
||||
GCODES_ITEM(MSG_AUTO_Z_ALIGN, PSTR(LEVELING_COMMANDS));
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user