* Hide bambu-specific calibration tab for non-bambu printers (#2197) * Hide Calibration tab only --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -1160,6 +1160,10 @@ void Sidebar::update_presets(Preset::Type preset_type)
|
||||
printer_tab->update();
|
||||
}
|
||||
|
||||
bool isBBL = preset_bundle.is_bbl_vendor();
|
||||
wxGetApp().mainframe->show_calibration_button(!isBBL);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
default: break;
|
||||
|
||||
Reference in New Issue
Block a user