Alex-Canales

Results 2 comments of Alex-Canales

To get the real Y value, you need to subtract the total size of the operation on the Y axis by the Y coordinate. ``` realY = height - y;...

Maybe you should see how I used it for my [interpolater](https://github.com/ShopBotTools/G-Code-To-Geometry). I just [use the function parse](https://github.com/ShopBotTools/G-Code-To-Geometry/blob/master/gcodetogeometry.js#L446), no file reading. I just including parser.js and [remove the nodejs module thing...