Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907)
This commit is contained in:
committed by
Scott Lahteine
parent
d10f7eae31
commit
7d2e4481c7
@ -52,7 +52,7 @@ void GcodeSuite::G0_G1(
|
||||
|
||||
if (IsRunning()
|
||||
#if ENABLED(NO_MOTION_BEFORE_HOMING)
|
||||
&& !axis_unhomed_error(
|
||||
&& !homing_needed_error(
|
||||
(parser.seen('X') ? _BV(X_AXIS) : 0)
|
||||
| (parser.seen('Y') ? _BV(Y_AXIS) : 0)
|
||||
| (parser.seen('Z') ? _BV(Z_AXIS) : 0) )
|
||||
|
Reference in New Issue
Block a user