mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 01:12:09 +00:00
keep harmless sla normalize
This commit is contained in:
@@ -5290,9 +5290,9 @@ void PresetBundle::normalize_compatible_presets()
|
||||
}
|
||||
};
|
||||
normalize(this->prints, this->printers, nullptr);
|
||||
// normalize(this->sla_prints, this->printers, nullptr);
|
||||
normalize(this->filaments, this->printers, &this->prints);
|
||||
// normalize(this->sla_materials, this->printers, &this->sla_prints);
|
||||
normalize(this->sla_prints, this->printers, nullptr);
|
||||
normalize(this->sla_materials, this->printers, &this->sla_prints);
|
||||
}
|
||||
|
||||
void PresetBundle::update_compatible(PresetSelectCompatibleType select_other_print_if_incompatible, PresetSelectCompatibleType select_other_filament_if_incompatible)
|
||||
|
||||
Reference in New Issue
Block a user