Fix for missing support polygons

This commit is contained in:
tamasmeszaros
2019-03-26 11:30:55 +01:00
parent 58082a26d8
commit 0841e799e8

View File

@@ -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);