LISP ROUTINES FOR CNC PROGRAMMING
LISP ROUTINES FOR CNC PROGRAMMING
(OP)
I am looking for information or advise on creating cnc code within Autocad 2000i
Does any one know any lisp routines that can generate cnc code or output X Y & Z co-ordinates of a 2D /3D dxf file
Does any one know any lisp routines that can generate cnc code or output X Y & Z co-ordinates of a 2D /3D dxf file





RE: LISP ROUTINES FOR CNC PROGRAMMING
There are many softwares in this criteria. search the web in any search engines with the same keyword. Let me give you on email id (the developer of EasyCUT software) that you are looking for jian@infobahn.com.au OR jianhng@hotmail.com. sorry I forgot the link of this software.
Cheers:)
Suresh Babu.A
RE: LISP ROUTINES FOR CNC PROGRAMMING
RE: LISP ROUTINES FOR CNC PROGRAMMING
Tim Luxon
tbluxon@yahoo.com
RE: LISP ROUTINES FOR CNC PROGRAMMING
Ten years ago AutoCAD did not use lwpolylines like it now does, you may need to update your routine.
RE: LISP ROUTINES FOR CNC PROGRAMMING
Anyhow, there are times when you need total control of the tool eg: strange undercut tools, using mill as lathe etc. G-Code is a pain and AutoCAD, for all its faults, is still the best 3D sketcher in my opinion. So we wrote a routine that converts any continous chain of lines and arcs to G code. the lines can be drawn in any order and the line colors are linked to feedrates. Its kind of rough and at the beta stage, though.