ENH: remove the lidar cali of some printers

jira: [STUDIO-11816]
Change-Id: Icccdea945e5b085bec76310b12f9b7470e9d0e7d
This commit is contained in:
xin.zhang 2025-04-23 18:11:55 +08:00 committed by lane.wei
parent 9d690cddd6
commit 9b551a93a9

View File

@ -1040,7 +1040,7 @@ public:
bool is_support_extrusion_cali{false};
bool is_support_first_layer_inspect{false};
bool is_support_ai_monitoring {false};
bool is_support_lidar_calibration {false};
bool is_support_lidar_calibration {false};// the lidar calibration for 3D Studio
bool is_support_build_plate_marker_detect{false};
PlateMakerDectect m_plate_maker_detect_type{ POS_CHECK };