FIX: modify the 3rd party wiki link

and disable the next button after cali

Change-Id: I29437cfbeda1828bbcaf5898b660dd814d1298f0
This commit is contained in:
zhimin.zeng 2023-07-07 12:05:32 +08:00 committed by Lane.Wei
parent 9b74fbe459
commit 5673defdb9
2 changed files with 12 additions and 4 deletions

View file

@ -2769,7 +2769,7 @@ void MainFrame::init_menubar_as_editor()
// help
append_menu_item(m_topbar->GetCalibMenu(), wxID_ANY, _L("Tutorial"), _L("Calibration help"),
[this](wxCommandEvent&) { wxLaunchDefaultBrowser("https://github.com/OrcaSlicer/OrcaSlicer/wiki/Calibration", wxBROWSER_NEW_WINDOW); }, "", nullptr,
[this](wxCommandEvent&) { wxLaunchDefaultBrowser("https://wiki.bambulab.com/e/en/staging/bambu-studio/Calibration", wxBROWSER_NEW_WINDOW); }, "", nullptr,
[this]() {return m_plater->is_view3D_shown();; }, this);
}