ENH: add the smooth pei bed type

smooth pei plate uses the same parameters as high temp plate
JIRA: STUDIO-4181

Change-Id: I9db8ca7440b5b205902fd4b35af6c24440e1104d
This commit is contained in:
lane.wei
2023-11-01 09:11:19 +08:00
committed by Lane.Wei
parent 23079b23df
commit f1362a7757
4 changed files with 33 additions and 30 deletions
+2 -1
View File
@@ -23,8 +23,9 @@ class BBLModelTask;
enum MachineBedType {
//BED_TYPE_AUTO = 0,
BED_TYPE_PC = 0,
BED_TYPE_PEI,
BED_TYPE_PE,
BED_TYPE_PEI,
BED_TYPE_PTE,
BED_TYPE_COUNT,
};