mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
gCode Legend & Viewer Improvements (#8198)
* commit * update buttons and icons * Update GCodeViewer.cpp * Update GCodeViewer.cpp * Update GCodeViewer.cpp * replace invisible item icon * reduce code changes & add svg icons for hidden / visible * update * Update GCodeViewer.cpp * Update GCodeViewer.cpp * Update GCodeViewer.cpp * fix window width when scrollbar visible * Update GCodeViewer.cpp * Update GCodeViewer.cpp * add corner rounding to all plate stats * Update GCodeViewer.cpp * update --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -660,6 +660,7 @@ public:
|
||||
std::vector<Line> m_lines;
|
||||
|
||||
public:
|
||||
float m_scale = 1.0f;
|
||||
GCodeWindow() = default;
|
||||
~GCodeWindow() { stop_mapping_file(); }
|
||||
void load_gcode(const std::string& filename, const std::vector<size_t> &lines_ends);
|
||||
|
||||
Reference in New Issue
Block a user