mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: disable micro lidar in P1P
Change-Id: Idec534e783319c51c19f3b1bafce633c29a13a71
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user