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:
authorEnrico Turri <enricoturri@seznam.cz>2018-11-21 14:27:20 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-11-21 14:27:20 +0300
commitee99fa2c641eb3ed0b186eb801108c5c6ffa4dd2 (patch)
tree1b848dc19be5bbb07675e48b1adbb6c400068e6b /src/slic3r/GUI/GLCanvas3DManager.hpp
parent9996369e2c3e28ed8e718d7d5631e577bfe1c6d3 (diff)
Ensure object on bed after deletion of subpart
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3DManager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GLCanvas3DManager.hpp b/src/slic3r/GUI/GLCanvas3DManager.hpp
index 097d3a118..ead7945d5 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -131,6 +131,7 @@ public:
void render(wxGLCanvas* canvas) const;
void delete_selected(wxGLCanvas* canvas);
+ void ensure_on_bed(wxGLCanvas* canvas, unsigned int object_idx);
std::vector<double> get_current_print_zs(wxGLCanvas* canvas, bool active_only) const;
void set_toolpaths_range(wxGLCanvas* canvas, double low, double high);