Update G28.cpp

This commit is contained in:
InsanityAutomation
2019-08-18 19:09:08 -04:00
parent 9dbf731d9a
commit 005cbbbb17
+1
View File
@@ -212,6 +212,7 @@ void GcodeSuite::G28(const bool always_home_all) {
return;
}
ui.set_status_P(PSTR("Homing..."));
// Wait for planner moves to finish!
planner.synchronize();