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/AppConfig.hpp
parent1c05d88c008c9d2b27cc43722e322c8df5fd9b05 (diff)
ENABLE_3DCONNEXION_DEVICES tech set as default
Diffstat (limited to 'src/slic3r/GUI/AppConfig.hpp')
-rw-r--r--src/slic3r/GUI/AppConfig.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slic3r/GUI/AppConfig.hpp b/src/slic3r/GUI/AppConfig.hpp
index fce0c0b39..355370450 100644
--- a/src/slic3r/GUI/AppConfig.hpp
+++ b/src/slic3r/GUI/AppConfig.hpp
@@ -131,13 +131,11 @@ public:
std::vector<std::string> get_recent_projects() const;
void set_recent_projects(const std::vector<std::string>& recent_projects);
-#if ENABLE_3DCONNEXION_DEVICES
void set_mouse_device(const std::string& name, double translation_speed, double translation_deadzone, float rotation_speed, float rotation_deadzone);
bool get_mouse_device_translation_speed(const std::string& name, double& speed);
bool get_mouse_device_translation_deadzone(const std::string& name, double& deadzone);
bool get_mouse_device_rotation_speed(const std::string& name, float& speed);
bool get_mouse_device_rotation_deadzone(const std::string& name, float& deadzone);
-#endif // ENABLE_3DCONNEXION_DEVICES
static const std::string SECTION_FILAMENTS;
static const std::string SECTION_MATERIALS;