Skip to content

Commit

Permalink
temporarily hide the calibration tab
Browse files Browse the repository at this point in the history
  • Loading branch information
womendoushihaoyin committed Nov 22, 2024
1 parent 25f8677 commit 896a34b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/slic3r/GUI/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1054,9 +1054,9 @@ void MainFrame::init_tabpanel() {
m_tabpanel->AddPage(m_project, _L("Project"), std::string("tab_auxiliary_active"), std::string("tab_auxiliary_active"), false);

// SM Beta temporarily cancel the calibration page
m_calibration = new CalibrationPanel(m_tabpanel, wxID_ANY, wxDefaultPosition, wxDefaultSize);
m_calibration->SetBackgroundColour(*wxWHITE);
m_tabpanel->AddPage(m_calibration, _L("Calibration"), std::string("tab_calibration_active"), std::string("tab_calibration_active"), false);
// m_calibration = new CalibrationPanel(m_tabpanel, wxID_ANY, wxDefaultPosition, wxDefaultSize);
// m_calibration->SetBackgroundColour(*wxWHITE);
// m_tabpanel->AddPage(m_calibration, _L("Calibration"), std::string("tab_calibration_active"), std::string("tab_calibration_active"), false);

if (m_plater) {
// load initial config
Expand Down

0 comments on commit 896a34b

Please sign in to comment.