mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
FIX: do not upload auxilary file when send a printing job
Change-Id: I030cb93cf9b34036bf4f9164a2bd691b23328a9b Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
cb2e89d93e
commit
3651066a77
3 changed files with 6 additions and 3 deletions
|
@ -93,6 +93,7 @@ enum class SaveStrategy
|
|||
SkipStatic = 1 << 6,
|
||||
SkipModel = 1 << 7,
|
||||
WithSliceInfo = 1 << 8,
|
||||
SkipAuxiliary = 1 << 9,
|
||||
|
||||
SplitModel = 0x1000 | ProductionExt,
|
||||
Encrypted = SecureContentExt | SplitModel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue