1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

GCodeViewer -> Allow to switch to gcode viewer state when an sla printer is selected

This commit is contained in:
enricoturri1966
2020-08-21 11:36:08 +02:00
parent 34759f9a70
commit 99a15af03d
4 changed files with 34 additions and 2 deletions
+1
View File
@@ -76,6 +76,7 @@ class MainFrame : public DPIFrame
{
bool collapsed_sidebar{ false };
bool collapse_toolbar_enabled{ false };
bool sla_technology{ false };
};
RestoreFromGCodeViewer m_restore_from_gcode_viewer;