mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
ENH: refine the skip_object&&cached_object logic
when the cached object is skipped we need to reslicing it; also do overhang detect for all objects Change-Id: Ic842fd5a441426983a760145aeff9285e398d430
This commit is contained in:
parent
0276c15ba2
commit
8b42a8b7e9
2 changed files with 45 additions and 15 deletions
|
@ -428,6 +428,7 @@ public:
|
|||
void set_shared_object(PrintObject *object);
|
||||
void clear_shared_object();
|
||||
void copy_layers_from_shared_object();
|
||||
void copy_layers_overhang_from_shared_object();
|
||||
|
||||
// BBS: Boundingbox of the first layer
|
||||
BoundingBox firstLayerObjectBrimBoundingBox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue