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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-11-14 10:53:56 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-11-14 10:53:56 +0300
commit3613a54e03cbfb316345ac2b34ad87fb1eb0879a (patch)
tree4c7201449fc01a3661a737ccbe91b44b8d4b2776 /src/slic3r/GUI/GLCanvas3DManager.hpp
parent3858fecf0c082ef3670c4c403a6947bdf94fb8b0 (diff)
Deletion of instances and volumes from 3D scene
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 232c928f3..89f0d48fc 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -140,6 +140,8 @@ public:
void render(wxGLCanvas* canvas) const;
+ void delete_selected(wxGLCanvas* canvas);
+
std::vector<double> get_current_print_zs(wxGLCanvas* canvas, bool active_only) const;
void set_toolpaths_range(wxGLCanvas* canvas, double low, double high);