mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
NEW:Add config for C13
Change-Id: Ic5e034349a78d7e2aca28416a0c3334ca9385f20
This commit is contained in:
parent
b31b7c7727
commit
861d757ba4
1 changed files with 17 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue