Replace direct call to G28(true)

2.0.x
Scott Lahteine 5 years ago
parent 4f55723527
commit a75a25cd7c

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

Loading…
Cancel
Save