All Projects → 256dpi → Gcode

256dpi / Gcode

Licence: mit
g-code parser and generator for go

Programming Languages

go
31211 projects - #10 most used programming language

gcode

Build Status Coverage Status GoDoc Release Go Report Card

A G-Code parser and generator for Go.

Installation

Get the package using the go tool:

$ go get -u github.com/256dpi/gcode

Usage

The included command line application can be used to post-process g-code files:

gcode.

Usage:
  gcode info <input>
  gcode strip <input> <output>
  gcode offset <input> <output> <x> <y> <z>
  gcode svg <input> <output>

Options:
  -h --help  Show this screen.

License

The MIT License (MIT)

Copyright (c) 2016 Joël Gähwiler

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].