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/GUI.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/GUI.hpp')
-rw-r--r--src/slic3r/GUI/GUI.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI.hpp b/src/slic3r/GUI/GUI.hpp
index e7ab0443d..3ca4292a9 100644
--- a/src/slic3r/GUI/GUI.hpp
+++ b/src/slic3r/GUI/GUI.hpp
@@ -16,7 +16,6 @@ namespace Slic3r {
class AppConfig;
class DynamicPrintConfig;
class Print;
-class GCodePreviewData;
namespace GUI {