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:
authorbubnikv <bubnikv@gmail.com>2018-12-19 16:47:16 +0300
committerbubnikv <bubnikv@gmail.com>2018-12-19 16:47:16 +0300
commite9990ed79ec708043f3eaa76b066f6a6c36ccdee (patch)
tree2e41f5bc1fec01fdfc516fd448e2bc02d0900dff /src/slic3r/GUI/GLCanvas3DManager.hpp
parent354458ae7382ac8ff82b996a91d53a83f7539072 (diff)
Fix of SPE-691 Slicer crash after extruder change
Added synchronization of GCodePreviewData between the front end / back end (GCodePreview data is only used if PrintStep psGCodeExport is finished). Added reset of GCodePreviewData on Print::apply() to conserve RAM.
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3DManager.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GLCanvas3DManager.hpp b/src/slic3r/GUI/GLCanvas3DManager.hpp
index 1ed4a8251..64301c73d 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -19,7 +19,6 @@ class ExPolygon;
typedef std::vector<ExPolygon> ExPolygons;
class ModelObject;
class PrintObject;
-class GCodePreviewData;
namespace GUI {