G-code is Numerical Control (NC) programming language. It is used in Computer Aided Manufacturing (CAM) to control automated machine.
G-code language tells a machine 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.
No requirements or dependencies.
- Initial release
- Updated to include ";" gcode comment style.
- Add link to GitHub Repository in VSCode extension.
Note: Here are some useful editor keyboard shortcuts:
- Find in code (
Cmd+F
on OSX orCtrl+F
on Windows) - Find Line number to navigate VSCode (
Ctrl+G
on OSX and Windows)
Enjoy!