From 861d757ba4df9d32a9b40840ab186866f0db9883 Mon Sep 17 00:00:00 2001 From: tao wang Date: Thu, 14 Sep 2023 17:42:58 +0800 Subject: [PATCH] NEW:Add config for C13 Change-Id: Ic5e034349a78d7e2aca28416a0c3334ca9385f20 --- resources/config.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/resources/config.json b/resources/config.json index 546812764..ebd714576 100644 --- a/resources/config.json +++ b/resources/config.json @@ -24,7 +24,7 @@ "bed_temperature_limit": 100, "model_id": "C11", "printer_type": "C11", - "compatible_machine": [ "BL-P001", "BL-P002", "C12"], + "compatible_machine": [ "BL-P001", "BL-P002", "C12", "C13"], "ftp_folder": "sdcard/", "printer_thumbnail_image": "printer_thumbnail_p1p" }, @@ -50,7 +50,7 @@ "camera_resolution": [ "720p" ], "bed_temperature_limit": 100, "model_id": "C12", - "compatible_machine":["BL-P001", "BL-P002", "C11"], + "compatible_machine":["BL-P001", "BL-P002", "C11", "C13"], "printer_type": "C12", "ftp_folder" : "sdcard/", "printer_thumbnail_image": "printer_thumbnail_p1p" @@ -93,11 +93,24 @@ "FUNC_PROMPT_SOUND": false }, "model_id": "BL-P002", - "compatible_machine": [ "BL-P001", "C11", "C12"], + "compatible_machine": [ "BL-P001", "C11", "C12", "C13"], "camera_resolution": [ "720p", "1080p" ], "printer_type": "3DPrinter-X1", "printer_thumbnail_image": "printer_thumbnail" }, + { + "display_name": "Bambu Lab X1E", + "func": { + "FUNC_MOTOR_NOISE_CALI": false, + "FUNC_PROMPT_SOUND": false + }, + "camera_resolution": [ "720p", "1080p" ], + "nozzle_max_temperature": 330, + "model_id": "C13", + "compatible_machine": [ "BL-P001", "BL-P002", "C11", "C12"], + "printer_type": "C13", + "printer_thumbnail_image": "printer_thumbnail" + }, { "display_name": "Bambu Lab X1 Carbon", "func": { @@ -109,7 +122,7 @@ "FUNC_PROMPT_SOUND": false }, "model_id": "BL-P001", - "compatible_machine": [ "BL-P002", "C11", "C12"], + "compatible_machine": [ "BL-P002", "C11", "C12", "C13"], "camera_resolution": [ "720p", "1080p" ], "printer_type": "3DPrinter-X1-Carbon", "printer_thumbnail_image": "printer_thumbnail"