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
path: root/xs
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-01-12 12:26:01 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-01-12 12:26:01 +0300
commitf62c66f460f24d85054e3aff420333ea0dc56b0a (patch)
tree690743dc0cc0e178d8637b9838162b7017972bf2 /xs
parent2cbde291e466d07bdc861859ba949bf447bcdb6b (diff)
merge with master
Diffstat (limited to 'xs')
-rw-r--r--xs/src/libslic3r/GCode/Analyzer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/GCode/Analyzer.hpp b/xs/src/libslic3r/GCode/Analyzer.hpp
index 567892b8e..2f5dafb3c 100644
--- a/xs/src/libslic3r/GCode/Analyzer.hpp
+++ b/xs/src/libslic3r/GCode/Analyzer.hpp
@@ -303,7 +303,7 @@ public:
static const unsigned int Num_Extrusion_Roles = (unsigned int)erMixed + 1;
static const Color Default_Extrusion_Role_Colors[Num_Extrusion_Roles];
- static const EViewType Default_View_Type;
+ static const EViewType Default_View_Type;
struct Ranges
{