mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 20:05:59 +08:00
One more fix to SLAPrint
This commit is contained in:
parent
0578a40a6d
commit
949fda3abb
@ -189,7 +189,7 @@ SLAPrint::_infill_layer(size_t i, const Fill* _fill)
|
||||
fill->z = layer.print_z;
|
||||
|
||||
ExtrusionPath templ(erInternalInfill);
|
||||
templ.width = fill->spacing;
|
||||
templ.width = fill->spacing();
|
||||
const ExPolygons internal_ex = intersection_ex(infill, internal);
|
||||
for (ExPolygons::const_iterator it = internal_ex.begin(); it != internal_ex.end(); ++it) {
|
||||
Polylines polylines = fill->fill_surface(Surface(stInternal, *it));
|
||||
|
Loading…
x
Reference in New Issue
Block a user