mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
gyroid & 3Dhoneycomb: now 'connected lines' follow the perimeters
This commit is contained in:
parent
8e4f777bd3
commit
86fbb9a095
5 changed files with 377 additions and 77 deletions
|
@ -109,6 +109,8 @@ protected:
|
|||
|
||||
virtual std::pair<float, Point> _infill_direction(const Surface *surface) const;
|
||||
|
||||
void connect_infill(const Polylines &infill_ordered, const ExPolygon &boundary, Polylines &polylines_out);
|
||||
|
||||
public:
|
||||
static coord_t _adjust_solid_spacing(const coord_t width, const coord_t distance);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue