mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-18 11:25:54 +08:00
Reset all print statuses on load
This commit is contained in:
parent
5338ee2b43
commit
6dc5fc5a27
@ -1618,6 +1618,8 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
||||
q->canvas3D()->check_volumes_outside_state();
|
||||
s_multiple_beds.ensure_wipe_towers_on_beds(model, fff_prints);
|
||||
s_multiple_beds.update_shown_beds(model, q->build_volume());
|
||||
|
||||
s_print_statuses.fill(PrintStatus::idle);
|
||||
update((unsigned int)UpdateParams::FORCE_BACKGROUND_PROCESSING_UPDATE);
|
||||
|
||||
return obj_idxs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user