Why on my lathe G61 does not work on circles?
26 Jan 2017 11:59 #86701
by andypugh
Replied by andypugh on topic Why on my lathe G61 does not work on circles?
I think this is almost certainly a side-effect of M2:
linuxcnc.org/docs/2.7/html/gcode/m-code.html#mcode:m2-m30
You will see that M2 re-sets the plane to G17. (I know,this is very much not what you want on a lathe, but this is probably what the RS274 standard says that M2 should do)
If you are using CAM software you should be able to force it to always add a G18 at the top of every file. Or to not but an M2 at the bottom.
linuxcnc.org/docs/2.7/html/gcode/m-code.html#mcode:m2-m30
You will see that M2 re-sets the plane to G17. (I know,this is very much not what you want on a lathe, but this is probably what the RS274 standard says that M2 should do)
If you are using CAM software you should be able to force it to always add a G18 at the top of every file. Or to not but an M2 at the bottom.
The following user(s) said Thank You: pkasy
Please Log in or Create an account to join the conversation.
26 Jan 2017 23:38 #86749
by pkasy
Replied by pkasy on topic Why on my lathe G61 does not work on circles?
Thank you.
Yes, I already did it.
I checked the other programs that were runned out correctly.
everywhere there was a preamble with G18.
Yes, I already did it.
I checked the other programs that were runned out correctly.
everywhere there was a preamble with G18.
Please Log in or Create an account to join the conversation.
Time to create page: 0.281 seconds