mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Don't apply result if fill bed was canceled.
This commit is contained in:
@@ -114,6 +114,9 @@ void FillBedJob::process()
|
|||||||
|
|
||||||
void FillBedJob::finalize()
|
void FillBedJob::finalize()
|
||||||
{
|
{
|
||||||
|
// Ignore the arrange result if aborted.
|
||||||
|
if (was_canceled()) return;
|
||||||
|
|
||||||
if (m_object_idx == -1) return;
|
if (m_object_idx == -1) return;
|
||||||
|
|
||||||
ModelObject *model_object = m_plater->model().objects[m_object_idx];
|
ModelObject *model_object = m_plater->model().objects[m_object_idx];
|
||||||
|
|||||||
Reference in New Issue
Block a user