Fix for SPE-2051 : ConfigWizard: Wrong update of filaments after selection new printer and press "Finish"

This commit is contained in:
YuSanka 2023-11-21 15:18:15 +01:00
parent 3284959e1f
commit b3a2bac980

View File

@ -799,7 +799,7 @@ void PageMaterials::check_and_update_presets(bool force_reload_presets /*= false
if (presets_loaded)
return;
wizard_p()->update_materials(materials->technology);
if (force_reload_presets)
// if (force_reload_presets)
reload_presets();
}