We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Tree view does not display file commands even after manually refreshing.
Runtime status also shows following error:
Cannot read properties of undefined (reading 'slice')
To Reproduce Open file for viewing in VSCode.
Expected behaviour Tree view shows file commands
Screenshots
Environment / Version:
Additional context Syntax highlighting is okay, Manually refreshing the stats windows shows estimated runtime.
Some commands are not correctly highlighted in editor which may or may not be related
For example globally setting feed rate...
F100
Or spindle speeds...
S500 M3
Also some Mcodes...
M101 M102 M103
The text was updated successfully, but these errors were encountered:
Hello and welcome! Thanks for creating your first issue! Someone from our community will get back to you soon!
Sorry, something went wrong.
This issue has been automatically marked as stale because it has not had recent activity.
Interesting. Let me dive into this to see where there might be an issue. I have been slow getting back to this project because of some life issues.
All good I know how that gets.
If you need me to do any testing here just let me know.
I'll add an example Gcode file when I get home this evening just in case it's syntax related.
mikecentola
No branches or pull requests
Describe the bug
Tree view does not display file commands even after manually refreshing.
Runtime status also shows following error:
To Reproduce
Open file for viewing in VSCode.
Expected behaviour
Tree view shows file commands
Screenshots
Environment / Version:
Additional context
Syntax highlighting is okay, Manually refreshing the stats windows shows estimated runtime.
Some commands are not correctly highlighted in editor which may or may not be related
For example globally setting feed rate...
Or spindle speeds...
Also some Mcodes...
The text was updated successfully, but these errors were encountered: