ENH:Set the upper limit of the nozzle temp to 320 for C13
Change-Id: Ie211f8f5a39b0ddb34322480650b71701084524e
This commit is contained in:
parent
34d3722799
commit
19f6148220
|
@ -39,7 +39,7 @@
|
||||||
"support_chamber_temp_edit":true,
|
"support_chamber_temp_edit":true,
|
||||||
"support_extrusion_cali":false,
|
"support_extrusion_cali":false,
|
||||||
"bed_temperature_limit": 110,
|
"bed_temperature_limit": 110,
|
||||||
"nozzle_max_temperature": 330
|
"nozzle_max_temperature": 320
|
||||||
},
|
},
|
||||||
"model_id": "C13",
|
"model_id": "C13",
|
||||||
"compatible_machine":["BL-P001", "BL-P002", "C11", "C12"],
|
"compatible_machine":["BL-P001", "BL-P002", "C11", "C12"],
|
||||||
|
|
Loading…
Reference in New Issue