mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH:optimize image config for different printers
jira:[STUDIO-4051] Change-Id: Ibfcbc4c571a5c47eff95891e6f9079c3432e76a9
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
"model_id": "BL-P001",
|
||||
"compatible_machine":["BL-P002", "C11", "C12", "C13"],
|
||||
"printer_type": "3DPrinter-X1-Carbon",
|
||||
"printer_thumbnail_image": "printer_thumbnail"
|
||||
"printer_thumbnail_image": "printer_thumbnail",
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image":"ams_icon"
|
||||
},
|
||||
"01.01.01.00": {
|
||||
"print": {
|
||||
|
||||
@@ -40,7 +40,9 @@
|
||||
"model_id": "BL-P002",
|
||||
"compatible_machine":["BL-P001", "C11", "C12", "C13"],
|
||||
"printer_type": "3DPrinter-X1",
|
||||
"printer_thumbnail_image": "printer_thumbnail"
|
||||
"printer_thumbnail_image": "printer_thumbnail",
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image":"ams_icon"
|
||||
},
|
||||
"01.01.01.00": {
|
||||
"print": {
|
||||
|
||||
@@ -38,7 +38,9 @@
|
||||
"compatible_machine":["BL-P001", "BL-P002", "C12", "C13"],
|
||||
"printer_type": "C11",
|
||||
"ftp_folder" : "sdcard/",
|
||||
"printer_thumbnail_image": "printer_thumbnail_p1p"
|
||||
"printer_thumbnail_image": "printer_thumbnail_p1p",
|
||||
"printer_connect_help_image": "input_access_code_p1p",
|
||||
"printer_use_ams_image":"ams_icon"
|
||||
},
|
||||
"01.02.00.00": {
|
||||
"print": {
|
||||
|
||||
@@ -38,7 +38,9 @@
|
||||
"compatible_machine":["BL-P001", "BL-P002", "C11", "C13"],
|
||||
"printer_type": "C12",
|
||||
"ftp_folder" : "sdcard/",
|
||||
"printer_thumbnail_image": "printer_thumbnail_p1p"
|
||||
"printer_thumbnail_image": "printer_thumbnail_p1p",
|
||||
"printer_connect_help_image": "input_access_code_p1p",
|
||||
"printer_use_ams_image":"ams_icon"
|
||||
},
|
||||
"01.02.99.10" : {
|
||||
"print": {
|
||||
|
||||
54
resources/printers/C13.json
Normal file
54
resources/printers/C13.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"00.00.00.00": {
|
||||
"display_name": "Bambu Lab X1E",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "720p", "1080p" ],
|
||||
"virtual_camera": "enabled",
|
||||
"liveview": {
|
||||
"remote": "enabled"
|
||||
},
|
||||
"file": {
|
||||
"remote": "enabled"
|
||||
}
|
||||
},
|
||||
"support_motor_noise_cali":false,
|
||||
"support_tunnel_mqtt":true,
|
||||
"support_mqtt_alive":true,
|
||||
"support_command_ams_switch":true,
|
||||
"support_ssl_for_mqtt":true,
|
||||
"support_cloud_print_only":false,
|
||||
"support_1080dpi":true,
|
||||
"support_prompt_sound":false,
|
||||
"support_ams_humidity":true,
|
||||
"support_auto_recovery_step_loss":true,
|
||||
"support_auto_leveling":true,
|
||||
"support_update_remain":true,
|
||||
"support_timelapse":true,
|
||||
"support_filament_backup":true,
|
||||
"support_chamber_fan":true,
|
||||
"support_aux_fan":true,
|
||||
"support_send_to_sd":true,
|
||||
"support_print_all":true,
|
||||
"support_print_without_sd":true,
|
||||
"support_flow_calibration":true,
|
||||
"support_build_plate_marker_detect":true,
|
||||
"support_lidar_calibration":true,
|
||||
"support_ai_monitoring":true,
|
||||
"support_first_layer_inspect":true,
|
||||
"support_chamber_temp_edit":true,
|
||||
"support_extrusion_cali":false,
|
||||
"bed_temperature_limit": 110,
|
||||
"nozzle_max_temperature": 330
|
||||
},
|
||||
"model_id": "C13",
|
||||
"compatible_machine":["BL-P001", "BL-P002", "C11", "C12"],
|
||||
"printer_type": "C13",
|
||||
"printer_thumbnail_image": "printer_thumbnail",
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image":"ams_icon"
|
||||
},
|
||||
"01.05.06.06": {
|
||||
"rv2166": "00.00.21.20"
|
||||
}
|
||||
}
|
||||
@@ -41,6 +41,8 @@
|
||||
"printer_type": "N1",
|
||||
"ftp_folder" : "sdcard/",
|
||||
"printer_thumbnail_image": "printer_thumbnail_n1",
|
||||
"printer_connect_help_image": "input_access_code_n1",
|
||||
"printer_use_ams_image":"extra_icon",
|
||||
"printer_arch" : "i3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user