Replace direct call to G28(true)

This commit is contained in:
Scott Lahteine 2020-02-27 06:44:20 -06:00
parent 4f55723527
commit a75a25cd7c

View File

@ -121,7 +121,7 @@ void GcodeSuite::G76() {
return; return;
} }
G28(true); process_subcommands_now_P(PSTR("G28"));
} }
/****************************************** /******************************************