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:
Stone Li 2022-09-26 17:59:53 +08:00 committed by Lane.Wei
parent cb2e89d93e
commit 3651066a77
3 changed files with 6 additions and 3 deletions

View file

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