mauroalderete / gcode-core

Golang library to model and edit G-code commands, blocks from files
MIT License
7 stars 1 forks source link

Refact packages to improve the handle of pointer or value methods #20

Closed mauroalderete closed 2 years ago

mauroalderete commented 2 years ago

resolved #15

I decide to review and improve the data type of the fields used in packages. This, combined with the requirements of issue #15 drove me to apply various changes and to take some architecture contracts.

Feature

It remains to review as implement a checker system and improve the block constructor with his parser.