diff --git a/src/libslic3r/Print.cpp b/src/libslic3r/Print.cpp index 5db104f47..a9959a695 100644 --- a/src/libslic3r/Print.cpp +++ b/src/libslic3r/Print.cpp @@ -230,7 +230,8 @@ bool Print::invalidate_state_by_config_options(const std::vectorconfig().spiral_vase) { + if (m_print->config().spiral_vase + || opt_key == "z_step") { // Changing the number of bottom layers when a spiral vase is enabled requires re-slicing the object again. // Otherwise, holes in the bottom layers could be filled, as is reported in GH #5528. steps.emplace_back(posSlice);