aligator / GoSlice

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

doesn't build (handler directly misnamed I believe) #2

Closed kpfaulkner closed 4 years ago

kpfaulkner commented 4 years ago

When building the compiler complains about handler directory: "gcode\generator.go:7:2: package GoSlice/handle is not in GOROOT (c:\users\kenfa\packages\go\src\GoSlice\handle)"

I renamed handler directory to handle and all seems fine after that (from a build pov, haven't tried running yet). I've only just discovered this project.

Have submitted PR: https://github.com/aligator/GoSlice/pull/1

aligator commented 4 years ago

Thanks, I answered to your PR this issue is fixed now.