Commit graph

5 commits

Author SHA1 Message Date
70a0bd179b chore(deps): update dependency ex_doc to >= 0.26.0 2021-12-09 16:37:37 +13:00
43e486c911 chore(deps): update dependency earmark to >= 0.2.1 2021-12-09 13:47:52 +13:00
d4c8001bf5 chore(deps): update dependency credo to ~> 1.6 2021-12-09 12:03:39 +13:00
ad8f6c44ef feat: Implement (a common subset) G-code parsing.
It turns out that G-code is a turing complete programming language. That was a surprise! I've implemented enough of the parser to be able to parse the output of Fusion 360 and Cura, both of which I use on a daily basis.  It is not a complete implementation.
2021-01-10 17:43:25 +13:00
a7d970443b chore: Create empty mix project. 2021-01-02 18:26:41 +13:00