mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 06:34:28 +08:00
DiffPresetDialog: Fixed update of the related presets after changing selection of the Printer preset
This commit is contained in:
parent
62ad1904e2
commit
f11b9a5b6a
@ -1694,6 +1694,9 @@ void DiffPresetDialog::update_compatibility(const std::string& preset_name, Pres
|
|||||||
technology_changed = old_printer_technology != new_printer_technology;
|
technology_changed = old_printer_technology != new_printer_technology;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// select preset
|
||||||
|
presets->select_preset_by_name(preset_name, false);
|
||||||
|
|
||||||
// Mark the print & filament enabled if they are compatible with the currently selected preset.
|
// Mark the print & filament enabled if they are compatible with the currently selected preset.
|
||||||
// The following method should not discard changes of current print or filament presets on change of a printer profile,
|
// The following method should not discard changes of current print or filament presets on change of a printer profile,
|
||||||
// if they are compatible with the current printer.
|
// if they are compatible with the current printer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user