mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-24 23:27:46 +08:00
Don't apply result if fill bed was canceled.
This commit is contained in:
parent
031eca533e
commit
982e6eb55b
@ -114,6 +114,9 @@ void FillBedJob::process()
|
||||
|
||||
void FillBedJob::finalize()
|
||||
{
|
||||
// Ignore the arrange result if aborted.
|
||||
if (was_canceled()) return;
|
||||
|
||||
if (m_object_idx == -1) return;
|
||||
|
||||
ModelObject *model_object = m_plater->model().objects[m_object_idx];
|
||||
|
Loading…
x
Reference in New Issue
Block a user