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:
lane.wei 2023-07-03 21:33:39 +08:00 committed by Lane.Wei
parent 0276c15ba2
commit 8b42a8b7e9
2 changed files with 45 additions and 15 deletions

View file

@ -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;