mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
ENH: add wrapping detection
jira: STUDIO-13192 Change-Id: I0fb5692b18cdb3b7af624a831dcfb0f635b165f0 (cherry picked from commit 89a8b6ea5e34340cba3750416ce3100dcc39f5c2) (cherry picked from commit 50bc8c10a7b4ddc0b2dfe9cbab438b9d307b7fc0)
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
"model_id": "BL-P001",
|
||||
"compatible_machine": [ "BL-P002", "C11", "C12", "C13" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"support_wrapping_deteciton": false,
|
||||
"printer_type": "3DPrinter-X1-Carbon",
|
||||
"printer_thumbnail_image": "printer_thumbnail",
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"printer_type": "3DPrinter-X1",
|
||||
"printer_thumbnail_image": "printer_thumbnail",
|
||||
"support_wrapping_deteciton": false,
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_xp"],
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"bed_temperature_limit": 100
|
||||
},
|
||||
"model_id": "C11",
|
||||
"support_wrapping_deteciton": false,
|
||||
"compatible_machine": [ "BL-P001", "BL-P002", "C12", "C13" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"printer_type": "C11",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"bed_temperature_limit": 100
|
||||
},
|
||||
"model_id": "C12",
|
||||
"support_wrapping_deteciton": false,
|
||||
"compatible_machine": [ "BL-P001", "BL-P002", "C11", "C13" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"printer_type": "C12",
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
"nozzle_max_temperature": 320
|
||||
},
|
||||
"model_id": "C13",
|
||||
"support_wrapping_deteciton": false,
|
||||
"compatible_machine": [ "BL-P001", "BL-P002", "C11", "C12" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"printer_type": "C13",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"bed_temperature_limit": 80
|
||||
},
|
||||
"model_id": "N1",
|
||||
"support_wrapping_deteciton": false,
|
||||
"compatible_machine": [],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"printer_type": "N1",
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
"model_id": "N2S",
|
||||
"compatible_machine": [],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"support_wrapping_deteciton": false,
|
||||
"printer_type": "N2S",
|
||||
"ftp_folder": "sdcard/",
|
||||
"printer_thumbnail_image": "printer_thumbnail_n2s",
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"support_user_preset": false
|
||||
},
|
||||
"model_id": "O1D",
|
||||
"support_wrapping_deteciton": true,
|
||||
"printer_modes": [ "fdm", "laser", "cut" ],
|
||||
"compatible_machine": [],
|
||||
"printer_type": "O1D",
|
||||
|
||||
Reference in New Issue
Block a user