mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
ENABLE_GCODE_VIEWER_AS_STATE -> Removed tabs from gcode viewer state
This commit is contained in:
parent
653efca5b4
commit
eb215fe994
4 changed files with 57 additions and 4 deletions
|
@ -138,6 +138,9 @@ class MainFrame : public DPIFrame
|
|||
Old,
|
||||
New,
|
||||
Dlg,
|
||||
#if ENABLE_GCODE_VIEWER_AS_STATE
|
||||
GCodeViewer
|
||||
#endif // ENABLE_GCODE_VIEWER_AS_STATE
|
||||
};
|
||||
|
||||
ESettingsLayout m_layout{ ESettingsLayout::Unknown };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue