Skip to content
Snippets Groups Projects
Commit 9c83135d authored by BigIronGuru's avatar BigIronGuru Committed by Scott Lahteine
Browse files

Only home Z at the end of G34 (#14353)

parent 5df051fd
Branches
Tags
No related merge requests found
......@@ -285,8 +285,8 @@ void GcodeSuite::G34() {
bltouch._stow();
#endif
// Home after the alignment procedure
home_all_axes();
// Home Z after the alignment procedure
process_subcommands_now_P(PSTR("G28 Z"));
} while(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment