mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
bugfix "connected lines" for gyroid & 3Dhoney
This commit is contained in:
parent
19df45c39d
commit
b6936a46e3
4 changed files with 111 additions and 25 deletions
|
@ -190,7 +190,7 @@ void Fill3DHoneycomb::_fill_surface_single(
|
|||
if (params.dont_connect) {
|
||||
polylines_out.insert(polylines_out.end(), polylines_chained.begin(), polylines_chained.end());
|
||||
} else {
|
||||
this->connect_infill(polylines_chained, expolygon, polylines_out);
|
||||
this->connect_infill(polylines_chained, expolygon, polylines_out, params);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue