Page 1 of 1

invert x-Axis

Posted: Thu Dec 19, 2019 4:40 pm
by Svenr
Hello,
I'm trying to modify a Postprocesseor for a Maho 600 with Heidenhain TNC355 controller.
These Machine is a horizontal Milling Machine with a Vertical Milling Head.
I have swap Y with Z in the Copy of the GCodebase.js File. This works fine.
Also i must invert the prefix from the X-Axis.
If is possible to do this in the postprocessor file?

Thanks,

Sven

Re: invert x-Axis

Posted: Fri Dec 20, 2019 4:42 pm
by andrew
The placeholder [X] outputs the X coordinate. [X-] inverts (negates) the output.