From 9b551a93a94cd46e81d30cd7634c62255f590624 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Wed, 23 Apr 2025 18:11:55 +0800 Subject: [PATCH] ENH: remove the lidar cali of some printers jira: [STUDIO-11816] Change-Id: Icccdea945e5b085bec76310b12f9b7470e9d0e7d --- src/slic3r/GUI/DeviceManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/DeviceManager.hpp b/src/slic3r/GUI/DeviceManager.hpp index cd4327cea..fe76b4350 100644 --- a/src/slic3r/GUI/DeviceManager.hpp +++ b/src/slic3r/GUI/DeviceManager.hpp @@ -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 };