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

renamed handler to handle #1

Closed kpfaulkner closed 4 years ago

kpfaulkner commented 4 years ago

Doesn't build with the directory called handler. Renamed to handle then builds for me (haven't tried running yet, only just discovered the repo, but am very interested).

aligator commented 4 years ago

Oh thank you, I fixed it already and saw your PR too late. But thank you :-) (maybe I should stop doing force pushes now... didn't think that someone else found this repo already^^)

Feel free to try it out, its in a very early stage but I already did my first print with it.

kpfaulkner commented 4 years ago

My son is heavily into 3D printing and was wondering if I could code up some custom changes to slic3r for him. Once I found it was C++ I straight told him no (have the battle scars, definitely don't want to go through that again).... but found your Go slicer and thought it would be a good place for me to start learning the format/process of stl to gcode.

aligator commented 4 years ago

Ok, great, that's exactly why I started this project.

As starting point I suggest you to look at the Process method in the slicer.go as it just calls the different steps needed. If you have questions, just ask here.