ENH:disable AI monitoring on the p1p series
Change-Id: I514bb1fb1ced6c03dd619230a9adac3be63f2de2
This commit is contained in:
parent
dc9ddade80
commit
899e28f37e
|
@ -51,8 +51,7 @@
|
|||
},
|
||||
"01.02.00.00": {
|
||||
"print": {
|
||||
"support_send_to_sd":true,
|
||||
"support_ai_monitoring":true
|
||||
"support_send_to_sd":true
|
||||
}
|
||||
},
|
||||
"01.02.99.00": {
|
||||
|
@ -61,8 +60,7 @@
|
|||
"liveview": {
|
||||
"remote": "enabled"
|
||||
}
|
||||
},
|
||||
"support_ai_monitoring":true
|
||||
}
|
||||
}
|
||||
},
|
||||
"01.02.99.10" : {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"support_flow_calibration":false,
|
||||
"support_build_plate_marker_detect":false,
|
||||
"support_lidar_calibration":false,
|
||||
"support_ai_monitoring":true,
|
||||
"support_ai_monitoring":false,
|
||||
"support_first_layer_inspect":false,
|
||||
"support_chamber_temp_edit":false,
|
||||
"support_extrusion_cali":true,
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"support_flow_calibration":true,
|
||||
"support_build_plate_marker_detect":false,
|
||||
"support_lidar_calibration":false,
|
||||
"support_ai_monitoring":true,
|
||||
"support_ai_monitoring":false,
|
||||
"support_first_layer_inspect":false,
|
||||
"support_chamber_temp_edit":false,
|
||||
"support_extrusion_cali":true,
|
||||
|
|
Loading…
Reference in New Issue