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.cpp
parent1c05d88c008c9d2b27cc43722e322c8df5fd9b05 (diff)
ENABLE_3DCONNEXION_DEVICES tech set as default
Diffstat (limited to 'src/slic3r/GUI/AppConfig.cpp')
-rw-r--r--src/slic3r/GUI/AppConfig.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slic3r/GUI/AppConfig.cpp b/src/slic3r/GUI/AppConfig.cpp
index c29fe1c3b..60f4edf47 100644
--- a/src/slic3r/GUI/AppConfig.cpp
+++ b/src/slic3r/GUI/AppConfig.cpp
@@ -271,7 +271,6 @@ void AppConfig::set_recent_projects(const std::vector<std::string>& recent_proje
}
}
-#if ENABLE_3DCONNEXION_DEVICES
void AppConfig::set_mouse_device(const std::string& name, double translation_speed, double translation_deadzone, float rotation_speed, float rotation_deadzone)
{
std::string key = std::string("mouse_device:") + name;
@@ -345,7 +344,6 @@ bool AppConfig::get_mouse_device_rotation_deadzone(const std::string& name, floa
deadzone = (float)::atof(it_val->second.c_str());
return true;
}
-#endif // ENABLE_3DCONNEXION_DEVICES
void AppConfig::update_config_dir(const std::string &dir)
{