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:
authorYuSanka <yusanka@gmail.com>2019-06-05 17:47:09 +0300
committerYuSanka <yusanka@gmail.com>2019-06-05 17:47:09 +0300
commit44c05fa2099b3c0a7daa96181d07a8d61e8f6397 (patch)
tree11c80444b54dc2e5defe069aea804d11ab4ad776 /src/slic3r/GUI/GUI_ObjectLayers.hpp
parent67ed89c2405a242370066993c16e26fa26fdb6c4 (diff)
Implemented additional settings for layers range (except of "extruder")
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectLayers.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectLayers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectLayers.hpp b/src/slic3r/GUI/GUI_ObjectLayers.hpp
index bec2a1f49..55002ff35 100644
--- a/src/slic3r/GUI/GUI_ObjectLayers.hpp
+++ b/src/slic3r/GUI/GUI_ObjectLayers.hpp
@@ -5,7 +5,7 @@
#include "wxExtensions.hpp"
#ifdef __WXOSX__
-#include "..\libslic3r\PrintConfig.hpp"
+#include "../libslic3r/PrintConfig.hpp"
#endif
class wxBoxSizer;