Revert "Feature boundary test lxy (#128)"

This reverts commit a1769a2148.
This commit is contained in:
xiaoyeliu
2026-01-24 10:43:54 +08:00
parent b1fb3e3289
commit b8bf1a8fe1
28 changed files with 23 additions and 6097 deletions

View File

@@ -849,12 +849,6 @@ public:
//BBS: add only gcode mode
bool is_only_gcode_in_preview() const { return m_only_gcode_in_preview; }
// Snapmaker: Get boundary violations from gcode_result
const std::vector<GCodeProcessorResult::BoundaryViolationInfo>& get_boundary_violations() const {
static const std::vector<GCodeProcessorResult::BoundaryViolationInfo> empty_violations;
return (m_gcode_result != nullptr) ? m_gcode_result->boundary_violations : empty_violations;
}
EViewType get_view_type() const { return m_view_type; }
void set_view_type(EViewType type, bool reset_feature_type_visible = true) {
if (type == EViewType::Count)