mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-26 19:34:36 +03:00
Fix for missing support polygons
This commit is contained in:
@@ -1002,7 +1002,7 @@ void SLAPrint::process()
|
|||||||
|
|
||||||
// get the layer reference
|
// get the layer reference
|
||||||
const ExPolygons& objslice = slrecord.get_slice(soModel);
|
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();
|
const SLAPrintObject *po = slrecord.print_obj();
|
||||||
assert(po != nullptr);
|
assert(po != nullptr);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user