From 5eb1e7e886b34a78c98a90563b27f029de5eedad Mon Sep 17 00:00:00 2001 From: bubnikv Date: Sun, 9 Feb 2020 13:56:42 +0100 Subject: [PATCH] Fixed a bug in the update of the backend when the Spiral Vase option is enabled / disabled. Spiral Vase forces different kind of slicing than the normal model: In Spiral Vase mode, holes are closed and only the largest area contour is kept at each layer. Therefore toggling the Spiral Vase on / off requires complete reslicing. This commit moves the update to the correct location. --- src/libslic3r/Print.cpp | 7 +++++-- src/libslic3r/PrintObject.cpp | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/libslic3r/Print.cpp b/src/libslic3r/Print.cpp index 3bac404d3d..8baf424277 100644 --- a/src/libslic3r/Print.cpp +++ b/src/libslic3r/Print.cpp @@ -173,7 +173,11 @@ bool Print::invalidate_state_by_config_options(const std::vector