Commit graph

23 commits

Author SHA1 Message Date
636b683ccc chore(credo): fix linting issues. 2021-12-09 13:38:40 +13:00
d4c8001bf5 chore(deps): update dependency credo to ~> 1.6 2021-12-09 12:03:39 +13:00
73abf75886 chore: update renovate.json 2021-12-09 11:13:34 +13:00
ef4fb943f1 chore: release version v0.4.1 2021-01-13 00:29:59 +00:00
0ae33a44ff fix: bug in parsing not returning errors 2021-01-13 13:26:50 +13:00
6edee4b073 refactor: Ensure that we're using options and results as much as possible. 2021-01-13 13:25:18 +13:00
6146f60574 ci: fix asset upload token. 2021-01-13 13:17:01 +13:00
e08c2d4c55 chore: Turn on hex releases. 2021-01-10 18:44:04 +13:00
f52d85be3e chore: release version v0.4.0 2021-01-10 04:48:51 +00: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
fa7eb9e961 chore: release version v0.3.0 2021-01-05 02:50:29 +00:00
dd763dc09a feat(descriptions): Add human-readable descriptions of commonly used codes. 2021-01-05 15:45:02 +13:00
875749e09b chore: move files to the correct location. 2021-01-05 09:21:03 +13:00
04fb1c18a8 chore: Update readme. 2021-01-05 09:16:52 +13:00
a566b66f2d chore: release version v0.2.1 2021-01-04 20:04:03 +00:00
5b273e4356 fix(model): Change all model init functions to return a result. 2021-01-05 08:59:22 +13:00
e45c18ea58 chore: second attempt to fix the CD pipeline.
It looks like `$CI_DEFAULT_BRANCH` is not yet available on this version of Gitlab.
2021-01-04 22:25:05 +13:00
9aede327b8 chore: attempt to fix CD pipeline.
For some reason the git_ops job didn't run on my last push to `main` and this is the only thing I can think of that may have affected it.
2021-01-04 22:22:24 +13:00
ca52bdc8cf chore: release version v0.2.0 2021-01-04 22:20:18 +13:00
207c07e0c1 Add renovate.json 2021-01-04 09:16:46 +00:00
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
a927113d8a chore: release version v0.1.0 2021-01-02 18:26:51 +13:00
a7d970443b chore: Create empty mix project. 2021-01-02 18:26:41 +13:00