Mike Centola

Results 18 comments of Mike Centola

Just a little more tweaking and should be able to merge into. ![image](https://user-images.githubusercontent.com/12663057/192379685-46f58d70-d8bf-411d-8770-d08c5180d687.png)

![vscode-calc](https://user-images.githubusercontent.com/12663057/192807616-36324466-f9b8-413b-8643-9f7feb45f050.gif)

What machine tool is .mpr for? Since it's not standard g-code the tree won't work without some significant changes. I might be able to get the regexs to work but...

These printer macros are going to be tough to fix the highlighting on because of the nature of them being non-standard G-Code. with functions and keywords more like programming. It...

I'll add this to the feature list, but probably won't get to it in 0.7.X as I think it'll require a language server

> @mikecentola, first of all thank you so much for creating this amazing extension ! > > > > It's been 5 years since I'm working as a CNC Engineer...

Hey @tyeth I like those ideas. I'm planning a major update to the extension for v0.8.0 and working towards a 1.0 release that takes more advantage of the machine type...

Hi @alreai Thanks for the issue! It's something I'm working on with the machine types for the next major release. I too do most of my lathe code by hand...

I was able to use CSP with [vscode-webview-ui-toolkit](https://github.com/microsoft/vscode-webview-ui-toolkit) by adding the `` to my extension, but I think it should either use `

@awentzel do you need me to add more to the PR? I can try to add some to the docs too?