mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: restore inner and outerinner brim modes
1) the function is not released to public Change-Id: Ia1b5a31db3b1b1864997b57fe875c01f3ea9fb08 (cherry picked from commit a816cc313659f87978e1275b98f43172cb416a59)
This commit is contained in:
parent
23db223364
commit
ee3e8fc515
3 changed files with 21 additions and 11 deletions
|
@ -150,9 +150,9 @@ enum SLAPillarConnectionMode {
|
|||
enum BrimType {
|
||||
btAutoBrim, // BBS
|
||||
btOuterOnly,
|
||||
btNoBrim,
|
||||
btInnerOnly,
|
||||
btOuterAndInner,
|
||||
btNoBrim,
|
||||
};
|
||||
|
||||
enum TimelapseType : int {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue