ENH:disable AI monitoring on the p1p series

Change-Id: I514bb1fb1ced6c03dd619230a9adac3be63f2de2
This commit is contained in:
tao wang 2023-11-28 15:30:34 +08:00 committed by Lane.Wei
parent dc9ddade80
commit 899e28f37e
3 changed files with 4 additions and 6 deletions

View File

@ -51,8 +51,7 @@
}, },
"01.02.00.00": { "01.02.00.00": {
"print": { "print": {
"support_send_to_sd":true, "support_send_to_sd":true
"support_ai_monitoring":true
} }
}, },
"01.02.99.00": { "01.02.99.00": {
@ -61,8 +60,7 @@
"liveview": { "liveview": {
"remote": "enabled" "remote": "enabled"
} }
}, }
"support_ai_monitoring":true
} }
}, },
"01.02.99.10" : { "01.02.99.10" : {

View File

@ -29,7 +29,7 @@
"support_flow_calibration":false, "support_flow_calibration":false,
"support_build_plate_marker_detect":false, "support_build_plate_marker_detect":false,
"support_lidar_calibration":false, "support_lidar_calibration":false,
"support_ai_monitoring":true, "support_ai_monitoring":false,
"support_first_layer_inspect":false, "support_first_layer_inspect":false,
"support_chamber_temp_edit":false, "support_chamber_temp_edit":false,
"support_extrusion_cali":true, "support_extrusion_cali":true,

View File

@ -30,7 +30,7 @@
"support_flow_calibration":true, "support_flow_calibration":true,
"support_build_plate_marker_detect":false, "support_build_plate_marker_detect":false,
"support_lidar_calibration":false, "support_lidar_calibration":false,
"support_ai_monitoring":true, "support_ai_monitoring":false,
"support_first_layer_inspect":false, "support_first_layer_inspect":false,
"support_chamber_temp_edit":false, "support_chamber_temp_edit":false,
"support_extrusion_cali":true, "support_extrusion_cali":true,