ENH:set the max nozzle temper using config file

jira:[STUDIO-9307]

Change-Id: I5e45fa584a6949c77abf60894ea87b4de4ab7fce
(cherry picked from commit 1b53d6d8ccb57b560394e79b8cc4de3fe79fd165)
This commit is contained in:
tao wang
2024-12-24 17:56:22 +08:00
committed by Noisyfox
parent 09b7d41fe3
commit 17a97cd536
10 changed files with 43 additions and 33 deletions

View File

@@ -3,7 +3,7 @@
"display_name": "Bambu Lab X1 Carbon",
"print": {
"ipcam": {
"resolution_supported": ["720p", "1080p"],
"resolution_supported": [ "720p", "1080p" ],
"virtual_camera": "enabled",
"liveview": {
"remote": "tutk"
@@ -13,6 +13,7 @@
"model_download": "enabled"
}
},
"nozzle_temp_range": [ 20, 300 ],
"support_motor_noise_cali": false,
"support_tunnel_mqtt": false,
"support_mqtt_alive": false,
@@ -41,7 +42,7 @@
"support_user_preset": false
},
"model_id": "BL-P001",
"compatible_machine": ["BL-P002", "C11", "C12", "C13"],
"compatible_machine": [ "BL-P002", "C11", "C12", "C13" ],
"printer_type": "3DPrinter-X1-Carbon",
"printer_thumbnail_image": "printer_thumbnail",
"printer_connect_help_image": "input_access_code_x1",

View File

@@ -3,7 +3,7 @@
"display_name": "Bambu Lab X1",
"print": {
"ipcam": {
"resolution_supported": ["720p", "1080p"],
"resolution_supported": [ "720p", "1080p" ],
"virtual_camera": "enabled",
"liveview": {
"remote": "tutk"
@@ -13,6 +13,7 @@
"model_download": "enabled"
}
},
"nozzle_temp_range": [ 20, 300 ],
"support_motor_noise_cali": false,
"support_tunnel_mqtt": false,
"support_mqtt_alive": false,
@@ -41,7 +42,7 @@
"support_user_preset": false
},
"model_id": "BL-P002",
"compatible_machine": ["BL-P001", "C11", "C12", "C13"],
"compatible_machine": [ "BL-P001", "C11", "C12", "C13" ],
"printer_type": "3DPrinter-X1",
"printer_thumbnail_image": "printer_thumbnail",
"printer_connect_help_image": "input_access_code_x1",

View File

@@ -3,11 +3,12 @@
"display_name": "Bambu Lab P1P",
"print": {
"ipcam": {
"resolution_supported": ["720p"],
"resolution_supported": [ "720p" ],
"liveview": {
"local": "local"
}
},
"nozzle_temp_range": [ 20, 300 ],
"support_motor_noise_cali": false,
"support_tunnel_mqtt": false,
"support_mqtt_alive": false,
@@ -37,7 +38,7 @@
"bed_temperature_limit": 100
},
"model_id": "C11",
"compatible_machine": ["BL-P001", "BL-P002", "C12", "C13"],
"compatible_machine": [ "BL-P001", "BL-P002", "C12", "C13" ],
"printer_type": "C11",
"ftp_folder": "sdcard/",
"printer_thumbnail_image": "printer_thumbnail_p1p",

View File

@@ -3,11 +3,12 @@
"display_name": "Bambu Lab P1S",
"print": {
"ipcam": {
"resolution_supported": ["720p"],
"resolution_supported": [ "720p" ],
"liveview": {
"local": "local"
}
},
"nozzle_temp_range": [ 20, 300 ],
"support_motor_noise_cali": false,
"support_tunnel_mqtt": false,
"support_mqtt_alive": false,
@@ -37,7 +38,7 @@
"bed_temperature_limit": 100
},
"model_id": "C12",
"compatible_machine": ["BL-P001", "BL-P002", "C11", "C13"],
"compatible_machine": [ "BL-P001", "BL-P002", "C11", "C13" ],
"printer_type": "C12",
"ftp_folder": "sdcard/",
"printer_thumbnail_image": "printer_thumbnail_p1s",

View File

@@ -3,7 +3,7 @@
"display_name": "Bambu Lab X1E",
"print": {
"ipcam": {
"resolution_supported": ["720p", "1080p"],
"resolution_supported": [ "720p", "1080p" ],
"virtual_camera": "enabled",
"liveview": {
"remote": "tutk"
@@ -13,6 +13,7 @@
"model_download": "enabled"
}
},
"nozzle_temp_range": [ 20, 320 ],
"support_motor_noise_cali": false,
"support_tunnel_mqtt": true,
"support_mqtt_alive": true,
@@ -44,7 +45,7 @@
"nozzle_max_temperature": 320
},
"model_id": "C13",
"compatible_machine": ["BL-P001", "BL-P002", "C11", "C12"],
"compatible_machine": [ "BL-P001", "BL-P002", "C11", "C12" ],
"printer_type": "C13",
"printer_thumbnail_image": "printer_thumbnail",
"printer_connect_help_image": "input_access_code_x1",

View File

@@ -3,12 +3,13 @@
"display_name": "Bambu Lab A1 mini",
"print": {
"ipcam": {
"resolution_supported": ["720p"],
"resolution_supported": [ "720p" ],
"liveview": {
"local": "local",
"remote": "tutk"
}
},
"nozzle_temp_range": [ 20, 300 ],
"support_motor_noise_cali": true,
"support_tunnel_mqtt": true,
"support_mqtt_alive": true,

View File

@@ -3,12 +3,13 @@
"display_name": "Bambu Lab A1",
"print": {
"ipcam": {
"resolution_supported": ["720p"],
"resolution_supported": [ "720p" ],
"liveview": {
"local": "local",
"remote": "tutk"
}
},
"nozzle_temp_range": [ 20, 300 ],
"support_motor_noise_cali": true,
"support_tunnel_mqtt": true,
"support_mqtt_alive": true,