Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v1.0.1 (2024-12-12)
Bug Fixes:
- compiler warnings about
else
clauses.
v1.0.0 (2023-01-16)
Breaking Changes:
- Relicense to HL3-FULL.
v0.4.1 (2021-01-13)
Bug Fixes:
- bug in parsing not returning errors
v0.4.0 (2021-01-10)
Features:
- Implement (a common subset) G-code parsing.
v0.3.0 (2021-01-05)
Features:
- descriptions: Add human-readable descriptions of commonly used codes.
v0.2.1 (2021-01-04)
Bug Fixes:
- model: Change all model init functions to return a result.
v0.2.0 (2021-01-04)
Features:
- model,serialise: Implement a basic G-Code model and serialiser.