mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 13:10:37 +08:00
stubbed in constant for turning on/off threading (mostly to reduce complexity when testing feature code)
This commit is contained in:
parent
19c1811823
commit
bc311474a2
@ -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<const std::string, const std::string> FILE_WILDCARDS {
|
||||
std::make_pair("known", "Known files (*.stl, *.obj, *.amf, *.xml, *.3mf)|*.3mf;*.3MF;*.stl;*.STL;*.obj;*.OBJ;*.amf;*.AMF;*.xml;*.XML"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user