mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
ENH: support mix mapping
jira: [STUDIO-13673] Change-Id: Ic1c89457f5154c108dbab41850ed49561aa34fde (cherry picked from commit 12942e0545424e2528cc3f3c9aa6947b76469b3d)
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
"support_chamber": true,
|
||||
"support_chamber_temp_edit": false,
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false
|
||||
"support_user_preset": false,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "BL-P001",
|
||||
"compatible_machine": [ "BL-P002", "C11", "C12", "C13" ],
|
||||
|
||||
@@ -46,7 +46,8 @@
|
||||
"support_chamber": true,
|
||||
"support_chamber_temp_edit": false,
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false
|
||||
"support_user_preset": false,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "BL-P002",
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto",
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
"support_chamber_temp_edit": false,
|
||||
"support_extrusion_cali": true,
|
||||
"support_user_preset": false,
|
||||
"bed_temperature_limit": 100
|
||||
"bed_temperature_limit": 100,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "C11",
|
||||
"support_wrapping_detection": false,
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
"support_chamber_temp_edit": false,
|
||||
"support_extrusion_cali": true,
|
||||
"support_user_preset": false,
|
||||
"bed_temperature_limit": 100
|
||||
"bed_temperature_limit": 100,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "C12",
|
||||
"support_wrapping_detection": false,
|
||||
|
||||
@@ -50,7 +50,8 @@
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false,
|
||||
"bed_temperature_limit": 110,
|
||||
"nozzle_max_temperature": 320
|
||||
"nozzle_max_temperature": 320,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "C13",
|
||||
"support_wrapping_detection": false,
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
"support_chamber_temp_edit": false,
|
||||
"support_extrusion_cali": true,
|
||||
"support_user_preset": false,
|
||||
"bed_temperature_limit": 80
|
||||
"bed_temperature_limit": 80,
|
||||
"support_ams_ext_mix_print": false
|
||||
},
|
||||
"model_id": "N1",
|
||||
"support_wrapping_detection": false,
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
"support_chamber_temp_edit": false,
|
||||
"support_extrusion_cali": true,
|
||||
"support_user_preset": false,
|
||||
"bed_temperature_limit": 100
|
||||
"bed_temperature_limit": 100,
|
||||
"support_ams_ext_mix_print": false
|
||||
},
|
||||
"model_id": "N2S",
|
||||
"compatible_machine": [],
|
||||
|
||||
@@ -60,7 +60,8 @@
|
||||
"support_chamber_temp_switch_heating": 40,
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false,
|
||||
"support_refresh_nozzle": true
|
||||
"support_refresh_nozzle": true,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "O1D",
|
||||
"support_wrapping_detection": true,
|
||||
|
||||
@@ -59,7 +59,8 @@
|
||||
"support_chamber_temp_edit_range": [ 0, 65 ],
|
||||
"support_chamber_temp_switch_heating": 40,
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false
|
||||
"support_user_preset": false,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "O1E",
|
||||
"support_wrapping_detection": true,
|
||||
|
||||
@@ -58,7 +58,8 @@
|
||||
"support_chamber_temp_edit_range": [0, 65],
|
||||
"support_chamber_temp_switch_heating": 40,
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false
|
||||
"support_user_preset": false,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "O1S",
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto_single_o",
|
||||
|
||||
Reference in New Issue
Block a user