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-10-18 16:50:51 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-10-18 16:50:51 +0300
commitfbbe1325b618b345679af3590857cc28a33f3e38 (patch)
tree9b0edfdeeb45c96aff56d19a5c253fcee94c765a /src/slic3r/GUI/GLCanvas3DManager.hpp
parent2c9a82e582000215f4ce102b487a49b5a1834267 (diff)
Mirror transform components in ModelInstance and GLvolume - WIP and disabled
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3DManager.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GLCanvas3DManager.hpp b/src/slic3r/GUI/GLCanvas3DManager.hpp
index 2261a57b2..89cb09e7f 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -163,6 +163,12 @@ public:
int get_first_volume_id(wxGLCanvas* canvas, int obj_idx) const;
int get_in_object_volume_id(wxGLCanvas* canvas, int scene_vol_idx) const;
+#if ENABLE_MIRROR
+#if ENABLE_EXTENDED_SELECTION
+ void mirror_selection(wxGLCanvas* canvas, Axis axis);
+#endif // ENABLE_EXTENDED_SELECTION
+#endif // ENABLE_MIRROR
+
void reload_scene(wxGLCanvas* canvas, bool force);
void load_gcode_preview(wxGLCanvas* canvas, const GCodePreviewData* preview_data, const std::vector<std::string>& str_tool_colors);