martindb / mpcnc_posts_processor

MPCNC posts processor for Fusion 360 and Marlin
MIT License
63 stars 84 forks source link

Z Parameter missing in fuction circularMovements #4

Open sergioausrio opened 7 years ago

sergioausrio commented 7 years ago

On Circular movements G2/G3 , like a Helix, Z is always in the same height. I think there is a parameter missing. I put var z = zOutput.format(_z); into the circularMovements Function and add a +z to the G2 & G3 "writeln" an now it works.

The new Marlin 1.1.4 has now support for all PLANES but i dont know how to implement this in the Post and I do not know if I'll ever need it.

https://github.com/MarlinFirmware/Marlin/pull/7128