G-code
Copy Markdowngcode is an Elixir library for parsing and generating G-code, which is a common language for working with CNC machines and 3D printers.
Installation
Gcode is available in Hex, the package can be
installed by adding gcode to your list of dependencies in mix.exs:
def deps do
[
{:gcode, "~> 1.0.2"}
]
endDocumentation for the latest release can be found on HexDocs.
Github Mirror
This repository is mirrored on Github from it's primary location on my Forgejo instance. Feel free to raise issues and open PRs on Github.
License
This software is licensed under the terms of the
Apache-2.0, see the LICENSE.md
file included with this package for the terms.