G-code parser and generator written in Elixir
Find a file
James Harton 6bc6a38531
All checks were successful
continuous-integration/drone/push Build is passing
chore: fix docs release.
2024-03-14 19:22:24 +13:00
config chore: Update forgejo hostname. 2024-02-05 15:52:27 +13:00
lib chore(credo): fix linting issues. 2021-12-09 13:38:40 +13:00
priv/fixtures feat: Implement (a common subset) G-code parsing. 2021-01-10 17:43:25 +13:00
test chore: run formatter. 2023-07-09 14:04:30 +12:00
.drone.yml chore: fix docs release. 2024-03-14 19:22:24 +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
.tool-versions chore: add Drone CI configuration 2023-07-21 19:39:52 +12:00
CHANGELOG.md chore: release version v1.0.0 2023-01-16 22:15:25 +00:00
LICENSE.md chore!: Relicense to HL3-FULL. 2023-01-17 11:11:14 +13:00
mix.exs chore: Update docs and package links. 2024-03-07 19:47:54 +13:00
mix.lock chore: Update docs and package links. 2024-03-07 19:47:54 +13:00
README.md chore: fix typo in readme 2024-03-08 14:44:52 +13:00

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.