Hello Guest it is April 19, 2024, 01:14:41 AM

Author Topic: AutoCAD - LazyCAM - G Code  (Read 17528 times)

0 Members and 1 Guest are viewing this topic.

AutoCAD - LazyCAM - G Code
« on: June 28, 2009, 03:25:21 AM »
I have been trying to produce G code for a simple con rod profile. 2 arcs and connecting tangential lines. The process used has been :-
Draw outline in AutoCAD - save as dxf file - import via lazy CAM - clean - export G code.
I want to achieve continuous movement around the profile but get a discontinuous movement between arcs and tangential profile.
ie. the end point of say the arc does not coincide with the start point of next part. It moves eg. to the other arc and then the sides.
I modified the file to a polyline as I understood this might help.

Is there a way of forcing the machining sequence other than manually editing it ?

Offline docltf

*
  •  354 354
    • View Profile
Re: AutoCAD - LazyCAM - G Code
« Reply #1 on: June 28, 2009, 11:50:03 AM »
post a copy of your dxf and g-code file. this way somebody can get a look at what you are doing, and give you some pointers.

bill

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: AutoCAD - LazyCAM - G Code
« Reply #2 on: June 28, 2009, 12:15:01 PM »
If you have AutoCAD 2002 or newer, I have a macro that'll output g-code directly from AutoCAD. Much quicker than going through and fighting with LazyCAM. ;)

You can download it here.
http://home.comcast.net/~cncwoodworker/acad/downloads/ac2gcv043.zip

Let me know if you have any questions.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: AutoCAD - LazyCAM - G Code
« Reply #3 on: June 28, 2009, 01:35:28 PM »
I have AutoCAD 2007 and would therefore like to try your macro. Do I need any special instructions ?
Thanks for your help.

Geoff
Re: AutoCAD - LazyCAM - G Code
« Reply #4 on: June 28, 2009, 01:42:00 PM »
Gerry,
Apologies - I have now downloaded the files and can now see I need to read the manual before I ask any questions !!

Thanks,

Geoff

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: AutoCAD - LazyCAM - G Code
« Reply #5 on: June 28, 2009, 02:19:58 PM »
I have a thread on it at CNC Zone where you can ask questions without being off topic here.
http://www.cnczone.com/forums/showthread.php?t=8226
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

vmax549

*
Re: AutoCAD - LazyCAM - G Code
« Reply #6 on: June 28, 2009, 11:11:53 PM »
IN Lcam you should be able to arrange the cuts in any order. MAKE sure your lines are connected. For the most part Lcam arranges them as they were drawn. It is up to you to either draw them in order or rearrange them in LCAM.

Just a thought, (;-) TP
Re: AutoCAD - LazyCAM - G Code
« Reply #7 on: June 29, 2009, 02:53:12 AM »
I have tried drawing the item in the order of cut, but even with a simple form it's not very convenient. Tangential lines eg. need the circles before the tangential lines. You can fiddle around with construction lines etc., but it's not ideal.
Do you know how to rearrange them in LazyCAM after completion of the CAD profile ?
Thanks for your interest   
Geoff

vmax549

*
Re: AutoCAD - LazyCAM - G Code
« Reply #8 on: June 29, 2009, 02:51:08 PM »
It is basically a drag and drop process. Look in the Properties bar(lhside) you will see a tree of the chains involved.  you can reorder them by dragging them where you need them. LCAM will process from TOP to bottom as it writes the code.

Note: you cannot reorder the entities inside of the chains, just the chains.

Hope that helps, (;-) TP
Re: AutoCAD - LazyCAM - G Code
« Reply #9 on: July 01, 2009, 03:20:49 AM »
TP, I had a try, but without sucess. I then took a look at the LazyCAM video on the Mach site and noticed that the screens and layout look very different to mine. I have Mach R2.0.025 and LazyCAM 2.00 020 std. Do I need an update ?
The video seems to show a reasonably flexible ability to rearrange layers, chains, entities etc. Whilst I am stuck on a very basic issue !  Thanks  Geoff