mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: disable micro lidar in P1P
Change-Id: Idec534e783319c51c19f3b1bafce633c29a13a71
This commit is contained in:
parent
1babf060e6
commit
6e5e947aa2
4 changed files with 9 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue