No more direct G28 calls
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user