Merged psSkirt and psBrim

This commit is contained in:
Lukas Matena
2021-06-28 15:26:47 +02:00
parent 13edc8eca2
commit bbca47355d
5 changed files with 15 additions and 21 deletions

View File

@@ -1240,7 +1240,7 @@ Print::ApplyStatus Print::apply(const Model &model, DynamicPrintConfig new_full_
deleted_objects = true;
}
if (new_objects || deleted_objects)
update_apply_status(this->invalidate_steps({ psSkirt, psBrim, psWipeTower, psGCodeExport }));
update_apply_status(this->invalidate_steps({ psSkirtBrim, psWipeTower, psGCodeExport }));
if (new_objects)
update_apply_status(false);
print_regions_reshuffled = true;