ENH: modify default value to support 3rd-party printer

As title.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Id8be38a23e4fe4c19eb255ffb7cabf1befeae85b
This commit is contained in:
salt.wei 2022-10-08 18:44:12 +08:00 committed by Lane.Wei
parent a0524cd25d
commit ccd7b7fd7b
5 changed files with 47 additions and 36 deletions

View file

@ -164,7 +164,8 @@ enum BedType {
// BBS
enum NozzleType {
ntHardenedSteel = 0,
ntUndefine = 0,
ntHardenedSteel,
ntStainlessSteel,
ntBrass,
ntCount