Skip to content

Commit f49d7de

Browse files
committed
Updated README & Screenshot
Signed-off-by: Mike Centola <[email protected]>
1 parent 19679dc commit f49d7de

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Language synax, IntelliSense, code snippits & more for writing G-Code for CNC ma
1515

1616
This extension adds language syntax for CNC G-Code, code snippets, and colorization.
1717

18+
There is also a tree-view of the G-Code, which parses the commands and gives you an overview of the program.
19+
1820
### Current Supported Extensions
1921

2022
- .m
@@ -51,20 +53,29 @@ This extension adds language syntax for CNC G-Code, code snippets, and colorizat
5153

5254
## Installation
5355

54-
Install from Extensions Marketplace
56+
Install from Extensions Marketplace or manually install the `vsix` file.
5557

5658
## Usage
5759

5860
Install & activate extension. Extension activates when you open a file marked for the `gcode` language.
5961

62+
Tree view is enabled by default and can be access from the G icon on the activity bar.
63+
64+
## Configuration
65+
66+
- Colorization ( Not Currently Active )
67+
- Machine Type ( Not Currently Active )
68+
- Tree Auto-Refresh
69+
- Tree auto-refreshes as changes are made to the gcode. Disabled by default.
70+
6071
## Known Issues
6172

6273
Please visit our [GitHub Issues](https://github.com/appliedengdesign/vscode-gcode-syntax/issues) page for any open issues.
6374

6475
## TODO
6576

6677
- Add more snippets
67-
- Add tree view feature for machining blocks
78+
- Add additional tree items.
6879
- G-Code Debugging
6980
- Backplotting?
7081

@@ -80,6 +91,12 @@ If you work like to help contribute to the code or this project, please fork awa
8091

8192
For more information on contributing, please refer to the [CONTRIBUTING](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CONTRIBUTING.md) doc.
8293

94+
## About Applied Eng & Design
95+
96+
We are a full service engineering and design firm, specializing in CAD/CAM, CNC milling, rapid prototyping, training and more. We also like to dabble in Arudino / RaspberryPi projects, electronics, drones and robotics projects! Subscribe to our YouTube channel for videos on our projects, screencast tutorials, and more!
97+
98+
Follow us on [Twitter](https://twitter.com/appliedengdes) & [Instagram](https://instagram.com/appliedengdes), and like our [Facebook Page](https://facebook.com/appliedengdesign)!
99+
83100
## License
84101

85102
This extension is licensed under the [MIT License](https://opensource.org/licenses/MIT).

images/screenshot.png

33.9 KB
Loading

0 commit comments

Comments
 (0)