ENH: save overhang polygons in cache data

JIRA: none

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I6887774f986843b094c05da48de3e2d6234a2c9e
This commit is contained in:
salt.wei 2023-09-25 19:04:16 +08:00 committed by Lane.Wei
parent df0f3ea72c
commit e209c5de09
3 changed files with 44 additions and 16 deletions

View file

@ -89,8 +89,8 @@ enum PrintObjectStep {
posSlice, posPerimeters, posPrepareInfill,
posInfill, posIroning, posSupportMaterial,
// BBS
posSimplifyWall, posSimplifyInfill, posSimplifySupportPath,
posDetectOverhangsForLift,
posSimplifyWall, posSimplifyInfill, posSimplifySupportPath,
posCount,
};