From 19f61482200ab94e98e4bb7644b9690a5bbfea6c Mon Sep 17 00:00:00 2001 From: tao wang Date: Thu, 19 Oct 2023 15:22:56 +0800 Subject: [PATCH] ENH:Set the upper limit of the nozzle temp to 320 for C13 Change-Id: Ie211f8f5a39b0ddb34322480650b71701084524e --- resources/printers/C13.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/printers/C13.json b/resources/printers/C13.json index 330f367bc..05997dc0e 100644 --- a/resources/printers/C13.json +++ b/resources/printers/C13.json @@ -39,7 +39,7 @@ "support_chamber_temp_edit":true, "support_extrusion_cali":false, "bed_temperature_limit": 110, - "nozzle_max_temperature": 330 + "nozzle_max_temperature": 320 }, "model_id": "C13", "compatible_machine":["BL-P001", "BL-P002", "C11", "C12"],