Hello Guest it is March 28, 2024, 10:06:23 PM

Author Topic: ACAD gCode  (Read 3395 times)

0 Members and 1 Guest are viewing this topic.

Offline kolias

*
  •  1,154 1,154
    • View Profile
ACAD gCode
« on: August 21, 2009, 05:58:54 PM »
I made a simple drawing in ACAD and managed to make it a .tap file for mach3. I attach the file here hopefully you can see the gcode.

My concern is the movement of Z axis, I don’t want a large movement because it will crash the home made pen I made.

N20 G0 Z1.0000
N35 Z0.1000

What Z1.0000 and Z0.1000 means? If it raises first the Z axis one of them should be a negative number but I cant see that

Can someone explain please
Nicolas
Nicolas

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: ACAD gCode
« Reply #1 on: August 21, 2009, 06:08:45 PM »
How did you create the tap file , hand code it of a have it generated by a program?
RICH
Re: ACAD gCode
« Reply #2 on: August 21, 2009, 06:18:16 PM »
The top of your work piece should be Z 0.  Z1.000 IS ONE inch above.  Z.100 IS one hundred thousands above.
A negative Z would be below the top of your work piece. Hope this helps.

Ed
Ed VanEss

Offline kolias

*
  •  1,154 1,154
    • View Profile
Re: ACAD gCode
« Reply #3 on: August 21, 2009, 07:24:10 PM »
How did you create the tap file , hand code it of a have it generated by a program?
RICH

I used LazyCam, Open DXF, Output (post gCode). My first try and worked, only I cant read gcode properly

Ed answered my question, Thanks
Nicolas
Nicolas

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: ACAD gCode
« Reply #4 on: August 21, 2009, 08:42:19 PM »
Take a look at Tutorial #6 and section 8.3.4 "Cut Depth" in the manual.  ;)
RICH