diff --git a/src/libslic3r/SLAPrint.cpp b/src/libslic3r/SLAPrint.cpp index e4b45d9a4..2553fae85 100644 --- a/src/libslic3r/SLAPrint.cpp +++ b/src/libslic3r/SLAPrint.cpp @@ -1002,7 +1002,7 @@ void SLAPrint::process() // get the layer reference const ExPolygons& objslice = slrecord.get_slice(soModel); - const ExPolygons& supslice = slrecord.get_slice(soModel); + const ExPolygons& supslice = slrecord.get_slice(soSupport); const SLAPrintObject *po = slrecord.print_obj(); assert(po != nullptr);