fix: build & access code UI

This commit is contained in:
Ian Chua
2026-09-01 18:04:37 +08:00
parent 84e929ea24
commit e8f089dfa4
2 changed files with 1 additions and 2 deletions

View File

@@ -2063,7 +2063,6 @@ void InputIpAddressDialog::on_text(wxCommandEvent &evt)
if (str_access_code.IsEmpty()) { if (str_access_code.IsEmpty()) {
str_access_code = "88888888"; str_access_code = "88888888";
m_input_access_code->GetTextCtrl()->SetValue(str_access_code);
} }
auto str_name = m_input_printer_name->GetTextCtrl()->GetValue().Strip(wxString::both); auto str_name = m_input_printer_name->GetTextCtrl()->GetValue().Strip(wxString::both);

View File

@@ -5,6 +5,7 @@
#include "libslic3r/ProjectTask.hpp" #include "libslic3r/ProjectTask.hpp"
#include "ICloudServiceAgent.hpp" #include "ICloudServiceAgent.hpp"
#include "IPrinterAgent.hpp"
#include <map> #include <map>
#include <memory> #include <memory>
@@ -14,7 +15,6 @@
namespace Slic3r { namespace Slic3r {
class IPrinterAgent; class IPrinterAgent;
enum class FilamentSyncMode;
// Forward declaration // Forward declaration
class BBLNetworkPlugin; class BBLNetworkPlugin;