No more direct G28 calls
This commit is contained in:
parent
af62d7f937
commit
5171e9da93
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue