gyroid & 3Dhoneycomb: now 'connected lines' follow the perimeters

This commit is contained in:
supermerill 2019-01-23 10:08:42 +01:00 committed by Yuri D'Elia
parent 8e4f777bd3
commit 86fbb9a095
5 changed files with 377 additions and 77 deletions

View file

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