View Full Version : Lazycam lead in: How to change code??


skipper
10-03-2009, 04:19 PM
Hi All,
I took a dxf file from cnczone and in autocad reduced the size to half. I exported as a new dxf into lazycam. I created the code but has a long lead in (see pic, I think that is the proper term). If I zero my rockcliffe router to the center of the y table, when I hit start, the axis move to the beginning of the lead in which greater than my table. How to I reduce it or get the tool to start in the center or very edge of the part? It always seems to have to start from far from the part and then have to make its way to the part. Is there code I can use to always have the tool start in the same place on the table??

skipper

ger21
10-03-2009, 05:05 PM
Is there code I can use to always have the tool start in the same place on the table??

skipper

You need to set your origin in LazyCAM. The g-code coordinates are where the part is. I don't use LazyCAM, but here's a link to the manual.
http://www.machsupport.com/forum/index.php/topic,12078.0.html

Switcher
10-03-2009, 05:39 PM
Or, just edit the g-code If it's only the single file you have a problem with.

It should be a X & Y move. Just edit only the Y-axis axis in the g-code line (from looking at your screenshot).

ger21
10-03-2009, 06:40 PM
Switcher, I don't think it's a g-code move. It is, but you can't just edit it, because it's moving from the current tool position to the first line of g-code.