G-code parser and generator written in Elixir
Find a file
James Harton ccf4635cca feat(model,serialise): Implement a basic G-Code model and serialiser.
It's not very thorough at the moment, but it should work for now.
2021-01-04 22:14:40 +13:00
config chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
lib feat(model,serialise): Implement a basic G-Code model and serialiser. 2021-01-04 22:14:40 +13:00
test feat(model,serialise): Implement a basic G-Code model and serialiser. 2021-01-04 22:14:40 +13:00
.formatter.exs chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
.gitignore chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
.gitlab-ci.yml chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
CHANGELOG.md chore: release version v0.1.0 2021-01-02 18:26:51 +13:00
LICENSE chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
mix.exs feat(model,serialise): Implement a basic G-Code model and serialiser. 2021-01-04 22:14:40 +13:00
mix.lock chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
README.md chore: Create empty mix project. 2021-01-02 18:26:41 +13:00

Gcode

TODO: Add description

Installation

If available in Hex, the package can be installed by adding gcode to your list of dependencies in mix.exs:

def deps do
  [
    {:gcode, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gcode.