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
first I want to thank you for the time, you spent making this awesome VS-Code Extension. I really like it.
My Problem is, that my CNC-machine has some M-Codes, that i can't process normally.
For example, M4=3 means "spindle start, Main spindle, clockwise" whereas M3=3 means "spindle start, counterspindle, clockwise"
There is a whole bunch of these special M-Codes my machine ist using.
At the moment i am not able to use these definitions, even if i write them into the settings.json-file, because i think he stops at the "="-symbol and doesn't read further. It seems it is all just M4 or M3 for the program.
Unfortunately I am not a programmer, so I would like to ask you for your help. Is there a solution to this problem.
Thank you very much in advance and have a nice day.
Best regards
Ben
The text was updated successfully, but these errors were encountered:
Sajuuk09
changed the title
G-Code-Definitions with "="
M-Code-Definitions with "="
Oct 24, 2022
Change characters being replaced (to form valid json) depending on presence of :. When colon is used, just replace with quotes, otherwise use current implementation.
Hello,
first I want to thank you for the time, you spent making this awesome VS-Code Extension. I really like it.
My Problem is, that my CNC-machine has some M-Codes, that i can't process normally.
For example, M4=3 means "spindle start, Main spindle, clockwise" whereas M3=3 means "spindle start, counterspindle, clockwise"
There is a whole bunch of these special M-Codes my machine ist using.
At the moment i am not able to use these definitions, even if i write them into the settings.json-file, because i think he stops at the "="-symbol and doesn't read further. It seems it is all just M4 or M3 for the program.
Unfortunately I am not a programmer, so I would like to ask you for your help. Is there a solution to this problem.
Thank you very much in advance and have a nice day.
Best regards
Ben
The text was updated successfully, but these errors were encountered: