Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907)
This commit is contained in:
parent
462d3eeab1
commit
a12ac5e175
20 changed files with 40 additions and 44 deletions
|
@ -490,7 +490,7 @@ void GcodeSuite::G26() {
|
|||
|
||||
// Don't allow Mesh Validation without homing first,
|
||||
// or if the parameter parsing did not go OK, abort
|
||||
if (axis_unhomed_error()) return;
|
||||
if (homing_needed_error()) return;
|
||||
|
||||
// Change the tool first, if specified
|
||||
if (parser.seenval('T')) tool_change(parser.value_int());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue