No more direct G28 calls

This commit is contained in:
Scott Lahteine
2020-03-02 20:50:06 -06:00
parent af62d7f937
commit 5171e9da93
3 changed files with 4 additions and 5 deletions

View File

@@ -277,7 +277,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 27: G27(); break; // G27: Nozzle Park
#endif
case 28: G28(false); break; // G28: Home all axes, one at a time
case 28: G28(); break; // G28: Home one or more axes
#if HAS_LEVELING
case 29: // G29: Bed leveling calibration