mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
fix compatible_prints/printers on load instead
This commit is contained in:
@@ -448,6 +448,11 @@ public:
|
||||
void update_compatible(PresetSelectCompatibleType select_other_print_if_incompatible, PresetSelectCompatibleType select_other_filament_if_incompatible);
|
||||
void update_compatible(PresetSelectCompatibleType select_other_if_incompatible) { this->update_compatible(select_other_if_incompatible, select_other_if_incompatible); }
|
||||
|
||||
// Rewrite compatible_printers / compatible_prints references that point at a renamed system
|
||||
// preset to the current name, mirroring Preset::normalize_inherits for the "inherits" field.
|
||||
// Call after loading presets and before selection; requires update_system_maps() to have run.
|
||||
void normalize_compatible_presets();
|
||||
|
||||
// Set the is_visible flag for printer vendors, printer models and printer variants
|
||||
// based on the user configuration.
|
||||
// If the "vendor" section is missing, enable all models and variants of the particular vendor.
|
||||
|
||||
Reference in New Issue
Block a user