1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00: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:
Enrico Turri
2019-02-19 15:15:27 +01:00
parent 94c529a118
commit 75df722fee
10 changed files with 821 additions and 1 deletions
+5
View File
@@ -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;