mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
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:
parent
a0524cd25d
commit
ccd7b7fd7b
5 changed files with 47 additions and 36 deletions
|
@ -164,7 +164,8 @@ enum BedType {
|
|||
|
||||
// BBS
|
||||
enum NozzleType {
|
||||
ntHardenedSteel = 0,
|
||||
ntUndefine = 0,
|
||||
ntHardenedSteel,
|
||||
ntStainlessSteel,
|
||||
ntBrass,
|
||||
ntCount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue