chucktilbury
chucktilbury
I have a little problem running the 4th axis under MASSO. The speed of it is slow compared to the other axes. I am doing engraving on tubing and I am pretty sure that the 4th is set up in a reasonable way, but since it moves slower cuts along the A axis are much deeper than ones along the X axis. There does not seem to be a way to contrive a solution in the MASSO setup.
Here is a snipet from the gcode file.
G1 X 0.3861 A 25.839 F 10.00
G1 X 0.3843 A 25.888
G1 X 0.3824 A 25.909
I am looking for a way to get the A and X axes to move at the same speed. I want to programmatically change the GCODE so that the tool moves over the surface at a consistent speed based on the relative speeds of the A and X axes.
As I understand it, a line like
G1 X 0.123 F 10.00 A 25.123 F 12.00
would be a syntax error. Isn't that correct?
What I am looking for is the correct syntax so I can make my post-post-processor do what I want.
Can anyone help with this?
Here is a snipet from the gcode file.
G1 X 0.3861 A 25.839 F 10.00
G1 X 0.3843 A 25.888
G1 X 0.3824 A 25.909
I am looking for a way to get the A and X axes to move at the same speed. I want to programmatically change the GCODE so that the tool moves over the surface at a consistent speed based on the relative speeds of the A and X axes.
As I understand it, a line like
G1 X 0.123 F 10.00 A 25.123 F 12.00
would be a syntax error. Isn't that correct?
What I am looking for is the correct syntax so I can make my post-post-processor do what I want.
Can anyone help with this?