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-08-20 10:51:25 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-08-20 10:51:25 +0300
commit730283a9e9dc06426b1927e60c1dca52ef2da571 (patch)
tree10d4bfbc8b120866cdf4da493fc051d376ef0344 /src/slic3r/GUI/3DScene.hpp
parent1f6aab312b544ff2c0225cc3516c543a3454f078 (diff)
Export to obj file only toolpaths visible in 3D scene
Diffstat (limited to 'src/slic3r/GUI/3DScene.hpp')
-rw-r--r--src/slic3r/GUI/3DScene.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/3DScene.hpp b/src/slic3r/GUI/3DScene.hpp
index 779194720..9c0e50cad 100644
--- a/src/slic3r/GUI/3DScene.hpp
+++ b/src/slic3r/GUI/3DScene.hpp
@@ -439,7 +439,7 @@ public:
bool empty() const { return this->indexed_vertex_array.empty(); }
- void set_range(coordf_t low, coordf_t high);
+ void set_range(double low, double high);
void render() const;
void render(int color_id, int detection_id, int worldmatrix_id) const;