mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
New feature: bring back gcode window as well as optimized the show/hide logic a bit
This commit is contained in:
parent
6191b4b6dd
commit
64f0c96283
3 changed files with 14 additions and 17 deletions
|
@ -697,7 +697,7 @@ public:
|
|||
GCodeWindow gcode_window;
|
||||
std::vector<unsigned int> gcode_ids;
|
||||
float m_scale = 1.0;
|
||||
|
||||
bool m_show_gcode_window = false;
|
||||
//BBS: GUI refactor: add canvas size
|
||||
void render(const bool has_render_path, float legend_height, int canvas_width, int canvas_height, const EViewType& view_type) const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue