mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 18:35:57 +08:00
Fix for SPE-2051 : ConfigWizard: Wrong update of filaments after selection new printer and press "Finish"
This commit is contained in:
parent
3284959e1f
commit
b3a2bac980
@ -799,7 +799,7 @@ void PageMaterials::check_and_update_presets(bool force_reload_presets /*= false
|
|||||||
if (presets_loaded)
|
if (presets_loaded)
|
||||||
return;
|
return;
|
||||||
wizard_p()->update_materials(materials->technology);
|
wizard_p()->update_materials(materials->technology);
|
||||||
if (force_reload_presets)
|
// if (force_reload_presets)
|
||||||
reload_presets();
|
reload_presets();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user