You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Language synax, IntelliSense, code snippits & more for writing G-Code for CNC ma
15
15
16
16
This extension adds language syntax for CNC G-Code, code snippets, and colorization.
17
17
18
+
There is also a tree-view of the G-Code, which parses the commands and gives you an overview of the program.
19
+
18
20
### Current Supported Extensions
19
21
20
22
- .m
@@ -51,20 +53,29 @@ This extension adds language syntax for CNC G-Code, code snippets, and colorizat
51
53
52
54
## Installation
53
55
54
-
Install from Extensions Marketplace
56
+
Install from Extensions Marketplace or manually install the `vsix` file.
55
57
56
58
## Usage
57
59
58
60
Install & activate extension. Extension activates when you open a file marked for the `gcode` language.
59
61
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
+
60
71
## Known Issues
61
72
62
73
Please visit our [GitHub Issues](https://github.com/appliedengdesign/vscode-gcode-syntax/issues) page for any open issues.
63
74
64
75
## TODO
65
76
66
77
- Add more snippets
67
-
- Add tree view feature for machining blocks
78
+
- Add additional tree items.
68
79
- G-Code Debugging
69
80
- Backplotting?
70
81
@@ -80,6 +91,12 @@ If you work like to help contribute to the code or this project, please fork awa
80
91
81
92
For more information on contributing, please refer to the [CONTRIBUTING](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CONTRIBUTING.md) doc.
82
93
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
+
83
100
## License
84
101
85
102
This extension is licensed under the [MIT License](https://opensource.org/licenses/MIT).
0 commit comments