mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
NEW: [STUDIO-2769] add jump check ams blacklist checkbox
Change-Id: I827c54fcfe24aa153d5b1f43a948d558d1abb03e
This commit is contained in:
@@ -535,7 +535,7 @@ void AMSMaterialsSetting::on_select_ok(wxCommandEvent &event)
|
||||
|
||||
|
||||
//check is it in the filament blacklist
|
||||
if(!is_virtual_tray()){
|
||||
if (!is_virtual_tray() && wxGetApp().app_config->get("skip_ams_blacklist_check") != "true") {
|
||||
bool in_blacklist = false;
|
||||
std::string action;
|
||||
std::string info;
|
||||
|
||||
Reference in New Issue
Block a user