Releases: aligator/GoSlice
Releases · aligator/GoSlice
GoSlice v0.4.1
#51 Fix panic error when file is not found (by @fayccal)
v0.4.0
- Add support for Start and End GCodes: #45 (by @galamdring)
- Changed License to Apache-2.0 License: #44
v0.3.8
Just a change in the makefile: Added GOFLAGS to be able to set them in build systems.
v0.3.7
- Filter some unneeded double-moves out of the gcode
- extend Makefile
v0.3.6
Use log.New(os.Stdout, "", 0) instead of log.Default to avoid go vers…
v0.3.4
Return some errors which were not returned, yet. Inject logger to be …
v0.3.3
Fix module and package name to really be usable as lib