June 12, 2020
The original extension, ML.nc-gcode, is owned and published by Milys. I have had limited communication with the owner and he agreed to add me as a collaborator. Despite my request, I have not been granted sufficient access to his publisher to get an updated verison of his extension to the marketplace.
My approach to this situation is to create a new extension using a similar publisher id and the same name,
ML2.nc-gcode
. This new extension will be flagged as a 'preview'. I'll continue to publish from themaster
branch.Note that the version in the marketplace is
0.13.0
and the version in the owner's repository is0.7.0
. I will be publishing0.14.0
developing off of0.7.0
.-- scottmwyant
G-code is Numerical Control (NC) programming language. It is used in Computer Aided Manufacturing (CAM) to control automated machines. G-code language tells a machine's controller which tool to use, where to move, how fast to move, and what path to follow. G-Code is also use in 3D printing.
This VSCode Extension is syntax highlighter for NC G-Code.
Please refer to the CHANGELOG.