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-11-27 13:08:10 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-11-27 13:08:10 +0300
commit5fcf41a3aaca3f9444409bfce61aa317250bf5cf (patch)
tree03d5d0c9435ecefb550705e9f7e35bc9fc5623a1 /src/slic3r/GUI/GLCanvas3D.hpp
parent55a163e216478fa794f58cbb1ac57838fa99b9cd (diff)
ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE -> Added undo/redo
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3D.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3D.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GLCanvas3D.hpp b/src/slic3r/GUI/GLCanvas3D.hpp
index e69971dfd..3b2772d08 100644
--- a/src/slic3r/GUI/GLCanvas3D.hpp
+++ b/src/slic3r/GUI/GLCanvas3D.hpp
@@ -179,7 +179,7 @@ private:
float m_object_max_z;
// Owned by LayersEditing.
SlicingParameters *m_slicing_parameters;
- std::vector<coordf_t> m_layer_height_profile;
+ std::vector<double> m_layer_height_profile;
bool m_layer_height_profile_modified;
#if ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE