Fix issue that current bed type is changed after upgrading from 2.2

This commit is contained in:
Noisyfox 2025-02-20 17:41:41 +08:00
parent 088c8f5a8b
commit 831743997d
2 changed files with 3 additions and 3 deletions

View file

@ -268,12 +268,12 @@ enum OverhangFanThreshold {
// BBS
enum BedType {
btDefault = 0,
btSuperTack,
btPC,
btEP,
btPEI,
btPTE,
btPCT,
btSuperTack,
btCount
};