mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-08-02 05:30:40 +08:00
Change History
0.1.2
Changes to accommodate implementation of grbl-stream
Improvements
- added
NullMachine
,NullState
, andNullMode
(not assuming any machine state) Block
length is the number of gcodes + 1 if modal parameters exists
Bugfixes
%
enclosed lines are considered to be macros when parsing- added axes
ABCXYZ
as valid parameters forG10
(eg:G10 L20 X0 Y0 Z0
)