mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-17 09:52:36 -07:00
ENH: add param printer_is_enclosed
1.Use printer_is_enclosed to decide whether display a pop up when bed temp is higher than softening temp jira: STUDIO-4532 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I8602db8815093acded0439336f9a8fee52670261
This commit is contained in:
parent
0bf2fa181a
commit
562f87f550
9 changed files with 54 additions and 37 deletions
|
|
@ -47,7 +47,8 @@
|
|||
"use_ams_type":"generic",
|
||||
"printer_arch":"core_xy",
|
||||
"printer_series":"series_x1",
|
||||
"has_cali_line":true
|
||||
"has_cali_line":true,
|
||||
"printer_is_enclosed":true
|
||||
},
|
||||
"01.01.01.00": {
|
||||
"print": {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,8 @@
|
|||
"use_ams_type":"generic",
|
||||
"printer_arch" : "core_xy",
|
||||
"printer_series":"series_x1",
|
||||
"has_cali_line":true
|
||||
"has_cali_line":true,
|
||||
"printer_is_enclosed":true
|
||||
},
|
||||
"01.01.01.00": {
|
||||
"print": {
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@
|
|||
"use_ams_type":"generic",
|
||||
"printer_arch" : "core_xy",
|
||||
"printer_series":"series_p1p",
|
||||
"has_cali_line":false
|
||||
"has_cali_line":false,
|
||||
"printer_is_enclosed":false
|
||||
},
|
||||
"01.02.00.00": {
|
||||
"print": {
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@
|
|||
"use_ams_type":"generic",
|
||||
"printer_arch" : "core_xy",
|
||||
"printer_series":"series_p1p",
|
||||
"has_cali_line":false
|
||||
"has_cali_line":false,
|
||||
"printer_is_enclosed":true
|
||||
},
|
||||
"01.02.99.10" : {
|
||||
"print": {
|
||||
|
|
|
|||
|
|
@ -50,7 +50,8 @@
|
|||
"use_ams_type":"generic",
|
||||
"printer_arch" : "core_xy",
|
||||
"printer_series":"series_x1",
|
||||
"has_cali_line":true
|
||||
"has_cali_line":true,
|
||||
"printer_is_enclosed":true
|
||||
},
|
||||
"01.05.06.06": {
|
||||
"rv2166": "00.00.21.20"
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
"use_ams_type":"f1",
|
||||
"printer_arch" : "i3",
|
||||
"printer_series":"series_p1p",
|
||||
"has_cali_line":false
|
||||
"has_cali_line":false,
|
||||
"printer_is_enclosed":false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue