diff --git a/src/slic3r/GUI/ConnectPrinter.cpp b/src/slic3r/GUI/ConnectPrinter.cpp index 6564c01dfd..b21a32d340 100644 --- a/src/slic3r/GUI/ConnectPrinter.cpp +++ b/src/slic3r/GUI/ConnectPrinter.cpp @@ -74,7 +74,7 @@ ConnectPrinterDialog::ConnectPrinterDialog(wxWindow *parent, wxWindowID id, cons sizer_top->Add(0, FromDIP(35)); - m_staticText_hints = new wxStaticText(this, wxID_ANY, _L("You can find it in \"Settings > Network > Connection code\"\non the printer, as shown in the figure:"), wxDefaultPosition, wxDefaultSize, 0); + m_staticText_hints = new wxStaticText(this, wxID_ANY, _L("You can find it in \"Settings > Network > Access code\"\non the printer, as shown in the figure:"), wxDefaultPosition, wxDefaultSize, 0); m_staticText_hints->SetFont(Label::Body_15); m_staticText_hints->SetForegroundColour(wxColour(50, 58, 61)); m_staticText_hints->Wrap(-1); @@ -127,6 +127,19 @@ void ConnectPrinterDialog::init_bitmap() else { m_diagram_bmp = create_scaled_bitmap(img_str+"_en", nullptr, 190); } + + // traverse the guide text + { + // traverse the guide text + if (m_obj->printer_type == "O1D") + { + m_staticText_hints->SetLabel(_L("You can find it in \"Setting > Setting > LAN only > Access Code\"\non the printer, as shown in the figure:")); + } + else + { + m_staticText_hints->SetLabel(_L("You can find it in \"Settings > Network > Access code\"\non the printer, as shown in the figure:")); + } + } } else{ if (language == "zh_CN") { diff --git a/src/slic3r/GUI/DeviceManager.cpp b/src/slic3r/GUI/DeviceManager.cpp index 502bc1b0e6..25016ca848 100644 --- a/src/slic3r/GUI/DeviceManager.cpp +++ b/src/slic3r/GUI/DeviceManager.cpp @@ -44,7 +44,7 @@ wxString get_stage_string(int stage) case 2: return _L("Heatbed preheating"); case 3: - return _L("Sweeping XY mech mode"); + return _L("Vibration compensation"); case 4: return _L("Changing filament"); case 5: @@ -88,7 +88,7 @@ wxString get_stage_string(int stage) case 24: return _L("Filament loading"); case 25: - return _L("Motor noise calibration"); + return _L("Motor noise cancellation"); case 26: return _L("Paused due to AMS lost"); case 27: