jimsynz / gcode

G-code parser and generator written in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G-code

Build Status Hex.pm Hippocratic License HL3-FULL

gcode 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.0"}
  ]
end

Documentation for the latest release can be found on HexDocs and for the main branch on docs.harton.nz.

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 HL3-FULL, see the LICENSE.md file included with this package for the terms.

This license actively proscribes this software being used by and for some industries, countries and activities. If your usage of this software doesn't comply with the terms of this license, then contact me with the details of your use-case to organise the purchase of a license - the cost of which may include a donation to a suitable charity or NGO.

About

G-code parser and generator written in Elixir

License:Other


Languages

Language:G-code 59.1%Language:Elixir 37.0%Language:nesC 3.9%