aligator / GoSlice

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

infill pattern rotation #8

Closed aligator closed 4 years ago

aligator commented 4 years ago

Normally the linear infill should be rotated by 45° (It would be great if this is configurable). I am not sure if it's better to rotate the pattern or to rotate the model and rotate it back at the end. I think most slicers use something like the last one, but this has to be investigated.