redundant ExtUI::onLevelingDone

This commit is contained in:
Scott Lahteine
2024-01-31 17:28:36 -06:00
parent 1696a06950
commit e882457e42
-2
View File
@@ -993,8 +993,6 @@ G29_TYPE GcodeSuite::G29() {
process_subcommands_now(F(EVENT_GCODE_AFTER_G29));
#endif
TERN_(EXTENSIBLE_UI, ExtUI::onLevelingDone());
probe.use_probing_tool(false);
report_current_position();