From 8be0e172c5f23b4a7b6b802bf2b750e625a621f9 Mon Sep 17 00:00:00 2001 From: ExPikaPaka Date: Mon, 6 Jul 2026 08:53:39 +0200 Subject: [PATCH] Remove redundant fallback leftover --- src/slic3r/GUI/GUI_App.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index a35c1cc1e1..fb9aeb339e 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -4238,15 +4238,6 @@ void GUI_App::recreate_GUI(const wxString &msg_name) update_publish_status(); - // The Device tab's PrinterWebView is recreated during this GUI rebuild. Re-issue - // the printer URL once the new window is realized and the webview backend is ready, - // otherwise the tab can stay blank until the next real restart (non-Bambu/webui - // printers only; load_printer_url() is a no-op for the Bambu device tab). - CallAfter([this] { - if (mainframe) - mainframe->load_printer_url(); - }); - m_is_recreating_gui = false; BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "recreate_GUI exit";