mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Fix for uninitialized variable which might break sla auto rotation
This commit is contained in:
@@ -1061,6 +1061,7 @@ Plater::priv::priv(Plater *q, MainFrame *main_frame)
|
|||||||
#endif // ENABLE_NEW_MENU_LAYOUT
|
#endif // ENABLE_NEW_MENU_LAYOUT
|
||||||
{
|
{
|
||||||
arranging.store(false);
|
arranging.store(false);
|
||||||
|
rotoptimizing.store(false);
|
||||||
background_process.set_fff_print(&print);
|
background_process.set_fff_print(&print);
|
||||||
background_process.set_sla_print(&sla_print);
|
background_process.set_sla_print(&sla_print);
|
||||||
background_process.set_gcode_preview_data(&gcode_preview_data);
|
background_process.set_gcode_preview_data(&gcode_preview_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user