mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Inner brim only
and Outer and inner brim
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
5ea57c1406
commit
05c8b57ade
3 changed files with 6 additions and 9 deletions
|
@ -155,9 +155,9 @@ enum SLAPillarConnectionMode {
|
|||
enum BrimType {
|
||||
btAutoBrim, // BBS
|
||||
btOuterOnly,
|
||||
btNoBrim,
|
||||
btInnerOnly,
|
||||
btOuterAndInner,
|
||||
btNoBrim,
|
||||
};
|
||||
|
||||
enum TimelapseType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue