mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Bed and Axes classes moved from GLCanva3d to Plater to have a unique instance of them shared by all views
This commit is contained in:
parent
94c529a118
commit
75df722fee
10 changed files with 821 additions and 1 deletions
|
@ -10,6 +10,11 @@
|
|||
|
||||
#include "Preset.hpp"
|
||||
|
||||
#if ENABLE_UNIQUE_BED
|
||||
#include "3DScene.hpp"
|
||||
#include "GLTexture.hpp"
|
||||
#endif // ENABLE_UNIQUE_BED
|
||||
|
||||
class wxButton;
|
||||
class wxBoxSizer;
|
||||
class wxGLCanvas;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue