Toymaker
Member
- Joined
- May 12, 2025
- Messages
- 18
Using Mach3 with a rotary table as the A-axis, is it possible to mill an arc or helix where X & A are used to calculate the arc as shown in the video? In the video, I'm using the X-Y plane (G17) and this line of code: G2 X3 A2 R1, which doesn't work. Although "A" is rotated, the resulting cut is a straight line and not a smooth arc. Also, the Y axis is used to describe the arc, even though Y is omitted from the G2 line. If Y start point is "0", I can limit the amount of travel Y makes by inserting Y0 or Y0.0001, ie G2 X3 Y0 A2 R1, but the rotated cut will still be a straight line, and not an arc.
I'm self-taught in G-code, and I'm hoping that I simply don't know the proper way to use the forth axis; if there's no easy method I will be forced to use the math formula to find the length of an arc and set up a subroutine with an incremented arc length.
I'm self-taught in G-code, and I'm hoping that I simply don't know the proper way to use the forth axis; if there's no easy method I will be forced to use the math formula to find the length of an arc and set up a subroutine with an incremented arc length.