mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: adjust text switch printer inconsistant variant values
Change-Id: Ie494b57698f45fbf0eea0546a486d6514002887e Jira: none (cherry picked from commit 33684a12f65768329873cb83d88c8582109e5c43)
This commit is contained in:
@@ -5622,7 +5622,7 @@ bool Tab::may_discard_current_dirty_preset(PresetCollection *presets /*= nullptr
|
||||
}
|
||||
}
|
||||
if (has_variants) {
|
||||
auto msg = _L("Parameters related to the extruder model will be discarded because the extruder model list for the front and rear printers is inconsistent.");
|
||||
auto msg = _L("Switching to a printer with different extruder types or numbers will discard or reset changes to extruder or multi-nozzle-related parameters.");
|
||||
MessageDialog(this, msg, _L("Use Modified Value"), wxOK | wxICON_WARNING).ShowModal();
|
||||
selected_options.erase(std::remove(selected_options.begin(), selected_options.end(), ""), selected_options.end());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user