Skip to content

Releases: aligator/GoSlice

GoSlice v0.5.0

12 Nov 14:02
f0769cc
Compare
Choose a tag to compare

GoSlice v0.4.1

10 Feb 16:28
31bbbee
Compare
Choose a tag to compare

#51 Fix panic error when file is not found (by @fayccal)

v0.4.0

23 Oct 15:36
18723ed
Compare
Choose a tag to compare
  • Add support for Start and End GCodes: #45 (by @galamdring)
  • Changed License to Apache-2.0 License: #44

v0.3.9

07 May 21:13
Compare
Choose a tag to compare

Fixed Makefile

v0.3.8

07 May 20:56
Compare
Choose a tag to compare

Just a change in the makefile: Added GOFLAGS to be able to set them in build systems.

v0.3.7

07 May 17:26
Compare
Choose a tag to compare
  • Filter some unneeded double-moves out of the gcode
  • extend Makefile

v0.3.6

03 Apr 15:45
Compare
Choose a tag to compare
Use log.New(os.Stdout, "", 0) instead of log.Default to avoid go vers…

…ion upgrade just because of this.

v0.3.5

03 Apr 14:58
Compare
Choose a tag to compare

Adds more program output

v0.3.4

02 Apr 12:03
Compare
Choose a tag to compare
Return some errors which were not returned, yet. Inject logger to be …

…able to control the logs from the outside - better for usage as lib

v0.3.3

02 Apr 02:31
Compare
Choose a tag to compare
Fix module and package name to really be usable as lib