Commit graph

42 commits

Author SHA1 Message Date
b855a8c388
chore: fix typo in readme
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-08 14:44:52 +13:00
24e93521f9
chore: Update docs and package links.
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-07 19:47:54 +13:00
fd043e41b5
chore: Simplify CI configuration. 2024-03-07 19:47:54 +13:00
8400584ebb chore: remove old renovate configuration
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-14 15:01:31 +13:00
69dec00654 chore: Update forgejo hostname.
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-05 15:52:27 +13:00
1e382f069f
chore: add Drone CI configuration
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-21 19:39:52 +12:00
93c3165678
chore: run formatter. 2023-07-09 14:04:30 +12:00
681c4e3bd8 chore(deps): update dependency ex_doc to ~> 0.30 2023-07-07 23:05:51 +12:00
494122a037 chore: release version v1.0.0 2023-01-16 22:15:25 +00:00
7ffb351379 chore!: Relicense to HL3-FULL. 2023-01-17 11:11:14 +13:00
3a8d98f8f5 chore(deps): update dependency ex_doc to ~> 0.29 2022-10-20 05:57:54 +13:00
a6da6c0a4f chore(deps): update dependency ex_doc to >= 0.28.1 2022-02-23 10:58:51 +13:00
dac0b85e9f chore(deps): update dependency earmark to >= 1.4.20 2022-01-31 12:34:22 +13:00
83f21036b2 chore(deps): update dependency parallel_stream to ~> 1.1 2021-12-09 19:09:02 +13:00
363e623214 chore(deps): update dependency nimble_parsec to ~> 1.2 2021-12-09 18:20:54 +13:00
9f511e3a0a chore(deps): update dependency git_ops to ~> 2.4 2021-12-09 17:29:44 +13:00
70a0bd179b chore(deps): update dependency ex_doc to >= 0.26.0 2021-12-09 16:37:37 +13:00
7e2eb9e9bb chore(deps): update dependency earmark to v1 2021-12-09 15:25:55 +13:00
43e486c911 chore(deps): update dependency earmark to >= 0.2.1 2021-12-09 13:47:52 +13:00
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