diff --git a/src/GUI/misc_ui.hpp b/src/GUI/misc_ui.hpp index eebefd015..28c28377d 100644 --- a/src/GUI/misc_ui.hpp +++ b/src/GUI/misc_ui.hpp @@ -45,6 +45,8 @@ constexpr bool isDev = true; constexpr bool isDev = false; #endif +constexpr bool threaded = false; + // hopefully the compiler is smart enough to figure this out const std::map FILE_WILDCARDS { std::make_pair("known", "Known files (*.stl, *.obj, *.amf, *.xml, *.3mf)|*.3mf;*.3MF;*.stl;*.STL;*.obj;*.OBJ;*.amf;*.AMF;*.xml;*.XML"),