FIX: disable micro lidar in P1P

Change-Id: Idec534e783319c51c19f3b1bafce633c29a13a71
This commit is contained in:
Stone Li 2023-05-23 09:51:44 +08:00 committed by Lane.Wei
parent 1babf060e6
commit 6e5e947aa2
4 changed files with 9 additions and 2 deletions

View file

@ -2269,6 +2269,9 @@ bool MachineObject::is_function_supported(PrinterFunction func)
return false;
func_name = "FUNC_AI_MONITORING";
break;
case FUNC_LIDAR_CALIBRATION:
func_name = "FUNC_LIDAR_CALIBRATION";
break;
case FUNC_BUILDPLATE_MARKER_DETECT:
parse_version_func();
if (!is_xcam_buildplate_supported)