NEW:Add config for C13

Change-Id: Ic5e034349a78d7e2aca28416a0c3334ca9385f20
This commit is contained in:
tao wang 2023-09-14 17:42:58 +08:00 committed by Lane.Wei
parent b31b7c7727
commit 861d757ba4

View file

@ -24,7 +24,7 @@
"bed_temperature_limit": 100, "bed_temperature_limit": 100,
"model_id": "C11", "model_id": "C11",
"printer_type": "C11", "printer_type": "C11",
"compatible_machine": [ "BL-P001", "BL-P002", "C12"], "compatible_machine": [ "BL-P001", "BL-P002", "C12", "C13"],
"ftp_folder": "sdcard/", "ftp_folder": "sdcard/",
"printer_thumbnail_image": "printer_thumbnail_p1p" "printer_thumbnail_image": "printer_thumbnail_p1p"
}, },
@ -50,7 +50,7 @@
"camera_resolution": [ "720p" ], "camera_resolution": [ "720p" ],
"bed_temperature_limit": 100, "bed_temperature_limit": 100,
"model_id": "C12", "model_id": "C12",
"compatible_machine":["BL-P001", "BL-P002", "C11"], "compatible_machine":["BL-P001", "BL-P002", "C11", "C13"],
"printer_type": "C12", "printer_type": "C12",
"ftp_folder" : "sdcard/", "ftp_folder" : "sdcard/",
"printer_thumbnail_image": "printer_thumbnail_p1p" "printer_thumbnail_image": "printer_thumbnail_p1p"
@ -93,11 +93,24 @@
"FUNC_PROMPT_SOUND": false "FUNC_PROMPT_SOUND": false
}, },
"model_id": "BL-P002", "model_id": "BL-P002",
"compatible_machine": [ "BL-P001", "C11", "C12"], "compatible_machine": [ "BL-P001", "C11", "C12", "C13"],
"camera_resolution": [ "720p", "1080p" ], "camera_resolution": [ "720p", "1080p" ],
"printer_type": "3DPrinter-X1", "printer_type": "3DPrinter-X1",
"printer_thumbnail_image": "printer_thumbnail" "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", "display_name": "Bambu Lab X1 Carbon",
"func": { "func": {
@ -109,7 +122,7 @@
"FUNC_PROMPT_SOUND": false "FUNC_PROMPT_SOUND": false
}, },
"model_id": "BL-P001", "model_id": "BL-P001",
"compatible_machine": [ "BL-P002", "C11", "C12"], "compatible_machine": [ "BL-P002", "C11", "C12", "C13"],
"camera_resolution": [ "720p", "1080p" ], "camera_resolution": [ "720p", "1080p" ],
"printer_type": "3DPrinter-X1-Carbon", "printer_type": "3DPrinter-X1-Carbon",
"printer_thumbnail_image": "printer_thumbnail" "printer_thumbnail_image": "printer_thumbnail"