aligator / GoSlice

This is an experimental slicer for 3d printing written in Go also usable as modular slicing lib.
Apache License 2.0
100 stars 16 forks source link

sorting the infill paths to be more efficient and to avoid unnecessary moves throught the perimeters. #6

Closed aligator closed 4 years ago

aligator commented 4 years ago

Currently the lines of the linear infill are just printed in the order the clipper lib generates them. This is not very efficient and adds unnecessary stringing to the print.

These lines have to be ordered somehow.