Fix ProUI with Leveling

This commit is contained in:
thisiskeithb
2022-07-17 06:58:44 -07:00
committed by InsanityAutomation
parent b8f90b2d71
commit ef12aa5a6c
+1 -1
View File
@@ -2138,7 +2138,7 @@ void HomeZ() { queue.inject(F("G28Z")); }
);
gcode.process_subcommands_now(cmd);
#else
set_bed_leveling_enabled(false);
TERN_(HAS_LEVELING, set_bed_leveling_enabled(false));
gcode.process_subcommands_now(F("G28O\nG0Z0F300\nM400"));
#endif
ui.reset_status();