mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-31 05:51:49 -06:00
Fix issue that current bed type is changed after upgrading from 2.2
This commit is contained in:
parent
088c8f5a8b
commit
831743997d
2 changed files with 3 additions and 3 deletions
|
@ -268,12 +268,12 @@ enum OverhangFanThreshold {
|
|||
// BBS
|
||||
enum BedType {
|
||||
btDefault = 0,
|
||||
btSuperTack,
|
||||
btPC,
|
||||
btEP,
|
||||
btPEI,
|
||||
btPTE,
|
||||
btPCT,
|
||||
btSuperTack,
|
||||
btCount
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue