G2 G3 Not interpolating correctly
- rider-83
- Offline
- Elite Member
Less
More
- Posts: 237
- Thank you received: 10
05 Apr 2021 10:47 #204875
by rider-83
G2 G3 Not interpolating correctly was created by rider-83
I'm trying to set up my lathe. Up to now most things are working fine, however, when programming a radius the tool plot screen shows the desired tool path, but the actual tool cutting path is simply a straight line joining the start and end points like a chamfer. Below is a sample of code.
G0X3.Z2.
G1Z0.F0.1
X4.
G3X24.Z-10.R10.
G1Z-15.
G0X30.
X80.Z50
What do I need to look for? Is it a configuration error ?
Nick..
G0X3.Z2.
G1Z0.F0.1
X4.
G3X24.Z-10.R10.
G1Z-15.
G0X30.
X80.Z50
What do I need to look for? Is it a configuration error ?
Nick..
Please Log in or Create an account to join the conversation.
- rider-83
- Offline
- Elite Member
Less
More
- Posts: 237
- Thank you received: 10
05 Apr 2021 16:41 #204919
by rider-83
Replied by rider-83 on topic G2 G3 Not interpolating correctly
I've found it.
For some reason it keeps reverting back to G17 even though I have G18 in my start up code (.ini file)
For some reason it keeps reverting back to G17 even though I have G18 in my start up code (.ini file)
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4860
06 Apr 2021 20:21 #205179
by andypugh
Replied by andypugh on topic G2 G3 Not interpolating correctly
M2 will revert to G17.
You can delimit your G-code with % instead to avoid that.
(but see: github.com/LinuxCNC/linuxcnc/issues/559 )
You can delimit your G-code with % instead to avoid that.
(but see: github.com/LinuxCNC/linuxcnc/issues/559 )
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds