From de7a3b49100d2bdd87ed2821bedaa8d88d5856a1 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Thu, 15 May 2025 18:25:21 +0800 Subject: [PATCH] FIX: do not disable the dialog jira: [STUDIO-12070] Change-Id: Ifea317deaab5e8cc9630930315104570966dc59a (cherry picked from commit 3cb919424720bc09d1d3ed39096f9b08517d3fd3) --- src/slic3r/GUI/SendToPrinter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/SendToPrinter.cpp b/src/slic3r/GUI/SendToPrinter.cpp index 6ed8ffa73c..885cf25dc9 100644 --- a/src/slic3r/GUI/SendToPrinter.cpp +++ b/src/slic3r/GUI/SendToPrinter.cpp @@ -1306,7 +1306,6 @@ void SendToPrinterDialog::update_show_status() show_status(PrintDialogStatus::PrintStatusReadingFinished); return; } else/* if (obj_->connection_type() == "cloud")*/ { - Enable(obj_ && obj_->is_connected()); std::string dev_id = obj_->dev_ip; if (m_file_sys) { if (dev_id == m_device_select) {