mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
FIX:User preset material settings dependent on firmware
JIRA: 5167 Change-Id: I82cf26848594b01155883ad0aa2e9ee77d371fb2
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
"support_ai_monitoring":false,
|
||||
"support_first_layer_inspect":true,
|
||||
"support_chamber_temp_edit":false,
|
||||
"support_extrusion_cali":false
|
||||
"support_extrusion_cali":false,
|
||||
"support_user_preset":false
|
||||
},
|
||||
"model_id":"BL-P001",
|
||||
"compatible_machine":["BL-P002", "C11", "C12", "C13"],
|
||||
@@ -78,5 +79,10 @@
|
||||
"print": {
|
||||
"support_tunnel_mqtt":true
|
||||
}
|
||||
},
|
||||
"01.06.06.00": {
|
||||
"print": {
|
||||
"support_user_preset":true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,8 @@
|
||||
"support_ai_monitoring":false,
|
||||
"support_first_layer_inspect":true,
|
||||
"support_chamber_temp_edit":false,
|
||||
"support_extrusion_cali":false
|
||||
"support_extrusion_cali":false,
|
||||
"support_user_preset":false
|
||||
},
|
||||
"model_id": "BL-P002",
|
||||
"compatible_machine":["BL-P001", "C11", "C12", "C13"],
|
||||
@@ -78,5 +79,10 @@
|
||||
"print": {
|
||||
"support_tunnel_mqtt":true
|
||||
}
|
||||
},
|
||||
"01.06.06.00": {
|
||||
"print": {
|
||||
"support_user_preset":true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -33,6 +33,7 @@
|
||||
"support_first_layer_inspect":false,
|
||||
"support_chamber_temp_edit":false,
|
||||
"support_extrusion_cali":true,
|
||||
"support_user_preset":false,
|
||||
"bed_temperature_limit": 100
|
||||
},
|
||||
"model_id": "C11",
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
"support_first_layer_inspect":false,
|
||||
"support_chamber_temp_edit":false,
|
||||
"support_extrusion_cali":true,
|
||||
"support_user_preset":false,
|
||||
"bed_temperature_limit": 100
|
||||
},
|
||||
"model_id": "C12",
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
"support_first_layer_inspect":true,
|
||||
"support_chamber_temp_edit":true,
|
||||
"support_extrusion_cali":false,
|
||||
"support_user_preset":false,
|
||||
"bed_temperature_limit": 110,
|
||||
"nozzle_max_temperature": 320
|
||||
},
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"support_first_layer_inspect":false,
|
||||
"support_chamber_temp_edit":false,
|
||||
"support_extrusion_cali":true,
|
||||
"support_user_preset":false,
|
||||
"bed_temperature_limit": 100
|
||||
},
|
||||
"model_id": "N1",
|
||||
|
||||
@@ -1 +1 @@
|
||||
01.08.00.01
|
||||
01.08.00.02
|
||||
Reference in New Issue
Block a user