set_axis_not_trusted => set_axis_never_homed

This commit is contained in:
Scott Lahteine
2020-08-27 14:48:42 -05:00
parent 97ec6c1be6
commit 462d3eeab1
4 changed files with 7 additions and 7 deletions

View File

@ -346,7 +346,7 @@ void GcodeSuite::G34() {
#if ENABLED(HOME_AFTER_G34)
// After this operation the z position needs correction
set_axis_not_trusted(Z_AXIS);
set_axis_never_homed(Z_AXIS);
// Home Z after the alignment procedure
process_subcommands_now_P(PSTR("G28Z"));
#else