Closed PashaWNN closed 4 months ago
Do I need to add anything else to make it appropriate for merging? I've looked through repo to find unit tests directory to add tests with no luck.
I've made a bit more compact change that does the same thing. See 7ff807c7ad0e4296dea87fae56d9203ba2d5a0d4.
Thanks. I'm not a professional C++ developer, so just made it that way so I'm sure it will work without need to compile and test it. :)
I am using CAMotics to test out my programs made in Fusion 360 using NC postprocessor. The NC postprocessor uses single hyphen as a comment delimiter. Comments look like this:
So now I have to manually remove all the comments from the G-Code to be able to run it in CAMotics. Here is the fix for this.