From df302efa8460e02cb0e98341e1ac88374b78afa8 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 8 Sep 2023 01:29:09 +0800 Subject: [PATCH] fix calibration menu --- src/slic3r/GUI/Plater.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 354f0764a3..068049769a 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -1156,9 +1156,6 @@ void Sidebar::update_presets(Preset::Type preset_type) printer_tab->update(); } - bool isBBL = wxGetApp().preset_bundle->is_bbl_vendor(); - wxGetApp().mainframe->show_calibration_button(!isBBL); - break; } default: break;