Fix extraneous "Home XYZ First" message
This commit is contained in:
@ -211,7 +211,8 @@ void restore_feedrate_and_scaling();
|
||||
// Homing
|
||||
//
|
||||
|
||||
bool axis_unhomed_error(const bool x=true, const bool y=true, const bool z=true);
|
||||
uint8_t axes_need_homing(uint8_t axis_bits=0x07);
|
||||
bool axis_unhomed_error(uint8_t axis_bits=0x07);
|
||||
|
||||
#if ENABLED(NO_MOTION_BEFORE_HOMING)
|
||||
#define MOTION_CONDITIONS (IsRunning() && !axis_unhomed_error())
|
||||
|
Reference in New Issue
Block a user