mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-05 22:37:41 -07:00
FIX: adjust text switch printer inconsistant variant values
Change-Id: Ie494b57698f45fbf0eea0546a486d6514002887e Jira: none (cherry picked from commit 33684a12f65768329873cb83d88c8582109e5c43)
This commit is contained in:
parent
962e57eb51
commit
eb218f28cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue