Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-11-13 19:45:44 +0300
committerbubnikv <bubnikv@gmail.com>2018-11-13 19:45:44 +0300
commit03875e7d71bc11b97b842985e66d646ddf72e525 (patch)
tree3abd30e320402b386c475230886c0360f2e63cea /src/slic3r/GUI/GLCanvas3DManager.hpp
parent951f8f602b26b0ec2fd9281f2f7731da3243fbee (diff)
GLVolume: split composite_id to object_id, volume_id and instance_id.
WIP: Added creation of GLVolumes for SLA supports.
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3DManager.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GLCanvas3DManager.hpp b/src/slic3r/GUI/GLCanvas3DManager.hpp
index 917b4a4e8..232c928f3 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -14,6 +14,7 @@ namespace Slic3r {
class DynamicPrintConfig;
class Print;
+class SLAPrint;
class Model;
class ExPolygon;
typedef std::vector<ExPolygon> ExPolygons;
@@ -95,6 +96,7 @@ public:
void set_config(wxGLCanvas* canvas, DynamicPrintConfig* config);
void set_print(wxGLCanvas* canvas, Print* print);
+ void set_SLA_print(wxGLCanvas* canvas, SLAPrint* print);
void set_model(wxGLCanvas* canvas, Model* model);
void set_bed_shape(wxGLCanvas* canvas, const Pointfs& shape);