mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 02:09:02 +08:00
Force update after load
This commit is contained in:
parent
b5ef21947b
commit
ac2ef88200
@ -1618,7 +1618,7 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
|||||||
q->canvas3D()->check_volumes_outside_state();
|
q->canvas3D()->check_volumes_outside_state();
|
||||||
s_multiple_beds.ensure_wipe_towers_on_beds(model, fff_prints);
|
s_multiple_beds.ensure_wipe_towers_on_beds(model, fff_prints);
|
||||||
s_multiple_beds.update_shown_beds(model, q->build_volume());
|
s_multiple_beds.update_shown_beds(model, q->build_volume());
|
||||||
update();
|
update((unsigned int)UpdateParams::FORCE_BACKGROUND_PROCESSING_UPDATE);
|
||||||
|
|
||||||
return obj_idxs;
|
return obj_idxs;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user