Skip to content

Commit 28c8453

Browse files
committed
Updated README
1 parent 90c3ed1 commit 28c8453

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,23 @@ Tree view is enabled by default and can be access from the G icon on the activit
102102

103103
G-Code Syntax is customizable and provides many configuration settings to allow the personalization of almost all features.
104104

105-
| Name | Description |
106-
| ------------------------------------ | -------------------------------------------------------------------------------------- |
107-
| `gcode.general.hovers.enabled` | Enable or Disable the hovers to show G-Code information |
108-
| `gcode.general.machineType` | Choose the machine type for extension (Mill is default) |
109-
| `gcode.general.statusBars.enabled` | Enable or Disable the G-Code status bars |
110-
| `gcode.general.statusbars.alignment` | Choose the alignment of the status bars (Left is default) |
111-
| `gcode.general.units` | Choose the units for the file. Options are Auto, Inch or Metric |
112-
| `gcode.views.maxAutoRefresh` | Value for limiting the autoRefresh maximum lines |
113-
| `gcode.views.navTree.autoRefresh` | Tree auto-refreshes as changes are made to the g-code. ( Disabled by default ) |
114-
| `gcode.views.stats.autoRefresh` | Auto-refresh the stats view when changes are made to the g-code. (Disabled by default) |
115-
| `gcode.views.webviews.enabled` | Enable or disable the webviews |
105+
| Name | Description |
106+
| ------------------------------------ | ------------------------------------------------------------------------------------------- |
107+
| `gcode.general.hovers.enabled` | Enable or Disable the hovers to show G-Code information |
108+
| `gcode.general.machineType` | Choose the machine type for extension (Mill is default) |
109+
| `gcode.general.statusBars.enabled` | Enable or Disable the G-Code status bars |
110+
| `gcode.general.statusbars.alignment` | Choose the alignment of the status bars (Left is default) |
111+
| `gcode.general.units` | Choose the units for the file. Options are Auto, Inch or Metric |
112+
| `gcode.general.outputLevel` | Configure Output level for debugging purposes |
113+
| `gcode.lineNumberer.addSpaceAfter` | Add space after line number |
114+
| `gcode.lineNumberer.frequency` | Frequency of line number additions (Every Line or at Tool Changes) |
115+
| `gcode.lineNumberer.ignoreBlank` | Ignore Blank lines when numbering |
116+
| `gcode.lineNumberer.ignoreComments` | Ignore Comments when numbering |
117+
| `gcode.lineNumberer.ignoreProgramNumbers` | Ignore Program numbers, e.g. `O12345` |
118+
| `gcode.views.maxAutoRefresh` | Value for limiting the autoRefresh maximum lines |
119+
| `gcode.views.navTree.autoRefresh` | Tree auto-refreshes as changes are made to the g-code. ( Disabled by default ) |
120+
| `gcode.views.stats.autoRefresh` | Auto-refresh the stats view when changes are made to the g-code. (Disabled by default) |
121+
| `gcode.views.webviews.enabled` | Enable or disable the webviews |
116122

117123
![Settings Screenshot](https://raw.githubusercontent.com/appliedengdesign/vscode-gcode-syntax/master/images/settings-screenshot.png)
118124

@@ -125,7 +131,6 @@ Please visit our [GitHub Issues](https://github.com/appliedengdesign/vscode-gcod
125131
- Add more snippets
126132
- Add additional tree items.
127133
- More Statistics
128-
- Line Numbering
129134
- G-Code Debugging
130135
- Backplotter
131136
- Semantic Highlighting
@@ -135,7 +140,7 @@ Visit our [projects page](https://github.com/appliedengdesign/vscode-gcode-synta
135140

136141
## Changelog
137142

138-
Latest Version: v0.6.2
143+
Latest Version: v0.7.0
139144

140145
Please refer to our [CHANGELOG](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CHANGELOG.md) doc.
141146

0 commit comments

Comments
 (0)