Skip to content

Commit f523182

Browse files
committed
updated README
1 parent 14c56aa commit f523182

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,46 @@
1-
# vscode-gcode-syntax
2-
G Code Language Extension for Visual Studio Code
1+
# VSCode G-Code Syntax
2+
3+
[![MIT License](https://badgen.net/badge/license/MIT)](https://opensource.org/licenses/MIT)
4+
[![GitHub](https://badgen.net/github/release/appliedengdesign/vscode-gcode-syntax)](https://github.com/appliedengdesign/vscode-gcode-syntax)
5+
[![GitHub Issues](https://badgen.net/github/issues/appliedengdesign/vscode-gcode-syntax)](https://github.com/appliedengdesign/serial-number-macro/issues)
6+
![Gihub Stars](https://badgen.net/github/stars/appliedengdesign/vscode-gcode-syntax)
7+
8+
Language synax, IntelliSense, code snippits & more for writing G-Code for CNC machines, 3D printers, CNC routers, etc.
9+
10+
![Screenshot](https://raw.githubusercontent.com/appliedengdesign/vscode-gcode-syntax/master/images/screenshot.png)
311

412
## Features
13+
514
This extension adds language syntax for CNC G-Code, code snippets, and colorization.
615

16+
## Installation
17+
18+
Install from Extensions Marketplace
19+
20+
## Usage
21+
22+
Install & activate extension. Extension activates when you open a file marked for the `gcode` language.
23+
724
## Known Issues
825

26+
No known issues at this time.
27+
928
## TODO
1029

30+
- Add more snippets
1131
- Add tree view feature for machining blocks
32+
- Backplotting?
33+
34+
## Changelog
35+
36+
Please refer to our [CHANGELOG](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CHANGELOG.md) doc.
37+
38+
## Contributing
39+
40+
If you work like to help contribute to the code or this project, please fork away and submit pull requests!
41+
42+
For more information on contributing, please refer to the [CONTRIBUTING](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CONTRIBUTING.md) doc.
43+
44+
## License
45+
46+
This extension is licensed under the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)