Strange preview for circular arc (G2/G3)
- Hannes
- Away
- New Member
-
Less
More
- Posts: 14
- Thank you received: 4
09 Mar 2026 20:56 #344070
by Hannes
Replied by Hannes on topic Strange preview for circular arc (G2/G3)
BTW2:
If you want do do helix milling, I created a macro. See It is called like that:
o<boring> call [-10.0] [4.0] [10.0] [1.0] [1000.0] [3000.0]
The center of the helix starts at [0 0 0]. To shift it, I was using a second coordinate system like that:
Probably there are better ways doing this, I'm also just starting writing G-Code. For example you could pass the starting location as a parameter or use variables to create the new coordinate system.
If you want do do helix milling, I created a macro. See It is called like that:
o<boring> call [-10.0] [4.0] [10.0] [1.0] [1000.0] [3000.0]
The center of the helix starts at [0 0 0]. To shift it, I was using a second coordinate system like that:
G54
G0 X0 Y0 Z0 ;Or what ever the starting position in G54 should be
G10 L20 P2 X10 Y20 Z5 ;Offset of hole relative to actual location ->G55
G55 ;Activate G55
o<boring> call [-10.0] [4.0] [10.0] [1.0] [1000.0] [3000.0]
G54 ;Activate G54 again for future moves
Probably there are better ways doing this, I'm also just starting writing G-Code. For example you could pass the starting location as a parameter or use variables to create the new coordinate system.
Attachments:
Please Log in or Create an account to join the conversation.
Time to create page: 0.056 seconds