mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
ENH: reduce share mesh from 3mf
Change-Id: I7c504c98fdf05c8dbd67e852e100c2cc38190c3b (cherry picked from commit bab4fc7310e15354e98e650540fb91eefb2f4248)
This commit is contained in:
parent
89d58dc030
commit
21fbe91ca7
3 changed files with 94 additions and 105 deletions
|
@ -109,6 +109,7 @@ enum class SaveStrategy
|
|||
WithSliceInfo = 1 << 8,
|
||||
SkipAuxiliary = 1 << 9,
|
||||
UseLoadedId = 1 << 10,
|
||||
ShareMesh = 1 << 11,
|
||||
|
||||
SplitModel = 0x1000 | ProductionExt,
|
||||
Encrypted = SecureContentExt | SplitModel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue