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

Fix panic error when file is not found #51

Closed fayccal closed 2 years ago

fayccal commented 2 years ago

I added a condition to check if the file exist and exit if it doesn't.

fayccal commented 2 years ago

Thanks you for your review, Your right it is a better way to do this, i will apply the changes with what you said :)