Michael-F-Bryan / gcodes

A basic C# gcode parser and interpreter
https://michael-f-bryan.github.io/gcodes/
MIT License
31 stars 9 forks source link

Fixed Parsing for double values in different locations #7

Closed hansWurst-creator closed 4 months ago

hansWurst-creator commented 4 months ago

on a German computer two tests break because in double values "," is used instead of ".". This fix should make double parsing independent of location settings