aligator / GoSlice

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

Return potential error from writer in GoSlice.Process() #11

Closed muesli closed 4 years ago

muesli commented 4 years ago

The error was assigned but never handled/returned.

aligator commented 4 years ago

Good find, thank you.