Boring G code program?
18 Nov 2017 03:35 - 18 Nov 2017 03:36 #101961
by usert_l
Boring G code program? was created by usert_l
Hi y'all,
I'm new to how G code programs work, more specifically for my lathe that I recently converted to CNC. I have some tubing stock for a project and I want to bore the inside diameter to a required dimension. What would be a good place for a newbie to look into for learning to write G code program for boring operation and how it's run?
Thanks
I'm new to how G code programs work, more specifically for my lathe that I recently converted to CNC. I have some tubing stock for a project and I want to bore the inside diameter to a required dimension. What would be a good place for a newbie to look into for learning to write G code program for boring operation and how it's run?
Thanks
Last edit: 18 Nov 2017 03:36 by usert_l.
Please Log in or Create an account to join the conversation.
- verticalperformance
- Offline
- Senior Member
Less
More
- Posts: 59
- Thank you received: 14
19 Nov 2017 03:00 #101989
by verticalperformance
Replied by verticalperformance on topic Boring G code program?
Have a look at
forum.linuxcnc.org/lathe-subroutines-library/26956-boring
Should be a good starting point for rolling your own (or just using that one!)
keith
Should be a good starting point for rolling your own (or just using that one!)
keith
Please Log in or Create an account to join the conversation.
25 Nov 2017 01:28 #102324
by BigJohnT
Replied by BigJohnT on topic Boring G code program?
The id.ngc file is what I use with ngcgui.
gnipsel.com/files/chnc/subroutines/
You could use that as a starting place. Most important is touching off your boring bar so the cutting edge is in the center when at X0.000, so until you get familiar with boring after touching off move the X axis to 0.000 and visually check the cutting edge is in the center of rotation. I suggest cutting some air to make sure your code does what you expect. Before trying to use a subroutine just hand write your code line by line then use a loop.
JT
gnipsel.com/files/chnc/subroutines/
You could use that as a starting place. Most important is touching off your boring bar so the cutting edge is in the center when at X0.000, so until you get familiar with boring after touching off move the X axis to 0.000 and visually check the cutting edge is in the center of rotation. I suggest cutting some air to make sure your code does what you expect. Before trying to use a subroutine just hand write your code line by line then use a loop.
JT
Please Log in or Create an account to join the conversation.
Time to create page: 0.069 seconds