Clean up TODOs and commented out code

This commit is contained in:
Andrew Sun
2025-09-20 21:24:52 -04:00
parent 8ed12a8023
commit f8a7589354
8 changed files with 21 additions and 472 deletions

View File

@@ -176,7 +176,6 @@ private:
const GCodeProcessorResult* m_gcode_result;
//BBS: add only gcode mode
bool m_only_gcode_in_preview {false};
std::vector<size_t> m_ssid_to_moveid_map;
// bounding box of toolpaths
BoundingBoxf3 m_paths_bounding_box;