Hello Guest it is March 28, 2024, 07:39:50 AM

Author Topic: Turn G Code  (Read 6105 times)

0 Members and 1 Guest are viewing this topic.

Turn G Code
« on: August 21, 2010, 12:10:21 PM »
I am trying to cut this profile could not get wizard to work so tried to write the code myself, should not be difficult but cant make it work for life
Am I working on the write principle using X as the shaft dia Z the centre of the radious K distance from 0, I radious?
Or can you correct me with an example
Thanks
Mike

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Turn G Code
« Reply #1 on: August 21, 2010, 07:48:21 PM »
Try this and  also have a look at the Arc Motion write up in Members Docs. Lots of info.

N10 G20 G80 G40 G49
N20  G0 X0 Z0    
N30 G0  X.5  Z0.0000
N40 G1  Z-0.75
N50 G2  Z-1.250  I0.000  k-0.250
N60 G1  Z-3.0000  
N70 G1  X1.0000    
N80 M30

RICH

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Turn G Code
« Reply #2 on: August 21, 2010, 08:03:17 PM »
Mike,
Actualy for turning you may want to try LazyTurn. Will not provide a profile cut but the rest works.
I am lazy...... ;)

RICH

Re: Turn G Code
« Reply #3 on: August 23, 2010, 04:12:24 AM »
Rich
Thanks for the info, the Arc Motion thread looks a very comprehensive answer to the issue.
I started using a cnc mill around two years ago and get on fine with it, thinking a cnc lathe would be a usefull tool
I converted an Orac to PC standards, but I am stugling with the lathe, as I find Lazy Turn complex to use.
Will keep trying
Thanks
Mike

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Turn G Code
« Reply #4 on: August 23, 2010, 06:28:32 AM »
Quote
but I am stugling with the lathe, as I find Lazy Turn complex to use

There is a manual for LazyTurn which explains everything about the program.
You provide a dxf drawing of the profile,define tools, use that tool to do a rough cut, then a finish cut
and finaly post the code.Look at the appendix's as they provide additional information to the lathe user.
It's a slick program and a lot easier to use than some of the higher end ones.

You can get the profile code from LazyCam Turn and the appendix tells you how but LC Turn is
not as easy to use.
Keep at it you'l get on with it ............

RICH
Re: Turn G Code
« Reply #5 on: August 23, 2010, 09:21:06 AM »
Rich
I have an earier version of the manual but I see its now more comprehensive, will read with interest.
Thanks
Mike