Skip to content

Releases: aligator/GoSlice

GoSlice v0.5.0

12 Nov 14:02
f0769cc

Choose a tag to compare

GoSlice v0.4.1

10 Feb 16:28
31bbbee

Choose a tag to compare

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

v0.4.0

23 Oct 15:36
18723ed

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

Choose a tag to compare

Fixed Makefile

v0.3.8

07 May 20:56

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

Choose a tag to compare

  • Filter some unneeded double-moves out of the gcode
  • extend Makefile

v0.3.6

03 Apr 15:45

Choose a tag to compare

Use log.New(os.Stdout, "", 0) instead of log.Default to avoid go vers…

v0.3.5

03 Apr 14:58

Choose a tag to compare

Adds more program output

v0.3.4

02 Apr 12:03

Choose a tag to compare

Return some errors which were not returned, yet. Inject logger to be …

v0.3.3

02 Apr 02:31

Choose a tag to compare

Fix module and package name to really be usable as lib