mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 10:32:40 +00:00
Bugfix: skirt and brim were not recalculated when objects where just moved in plater
This commit is contained in:
@@ -103,7 +103,8 @@ class PrintObject
|
||||
ModelObject* model_object();
|
||||
|
||||
Points copies() const;
|
||||
void set_copies(const Points &points);
|
||||
bool set_copies(const Points &points);
|
||||
bool reload_model_instances();
|
||||
|
||||
// adds region_id, too, if necessary
|
||||
void add_region_volume(int region_id, int volume_id);
|
||||
|
||||
Reference in New Issue
Block a user