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

@@ -434,7 +434,7 @@ private:
static void G27();
#endif
static void G28(const bool always_home_all);
static void G28();
#if HAS_LEVELING
#if ENABLED(G29_RETRY_AND_RECOVER)