mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
NEW: add plate tab at objectlist
Jira: STUDIO-4154 Change-Id: Id24517df3c15cc3907cb6b1fe0ea9d1b6c6d1e56
This commit is contained in:
parent
ca02ea749e
commit
92f2d8c37c
19 changed files with 400 additions and 75 deletions
|
@ -201,6 +201,12 @@ enum BedType {
|
|||
btCount
|
||||
};
|
||||
|
||||
// BBS
|
||||
enum FirstLayerSeq {
|
||||
flsAuto,
|
||||
flsCutomize
|
||||
};
|
||||
|
||||
// BBS
|
||||
enum NozzleType {
|
||||
ntUndefine = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue