mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-26 16:12:51 +00:00
Replace direct call to G28(true)
This commit is contained in:
parent
4f55723527
commit
a75a25cd7c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ void GcodeSuite::G76() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
G28(true);
|
process_subcommands_now_P(PSTR("G28"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************
|
/******************************************
|
||||||
|
|
Loading…
Add table
Reference in a new issue