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>2019-10-11 16:51:36 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-10-11 16:51:36 +0300
commite6403a74efaa15472689f460bd9a754d6129c348 (patch)
tree4237b461034414d4d7c1e02038139b8e07745a26 /src/slic3r/GUI/Plater.hpp
parent1c05d88c008c9d2b27cc43722e322c8df5fd9b05 (diff)
ENABLE_3DCONNEXION_DEVICES tech set as default
Diffstat (limited to 'src/slic3r/GUI/Plater.hpp')
-rw-r--r--src/slic3r/GUI/Plater.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slic3r/GUI/Plater.hpp b/src/slic3r/GUI/Plater.hpp
index a87ba39b4..c327b4d91 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -260,10 +260,8 @@ public:
void msw_rescale();
const Camera& get_camera() const;
-#if ENABLE_3DCONNEXION_DEVICES
const Mouse3DController& get_mouse3d_controller() const;
Mouse3DController& get_mouse3d_controller();
-#endif // ENABLE_3DCONNEXION_DEVICES
// ROII wrapper for suppressing the Undo / Redo snapshot to be taken.
class SuppressSnapshots