![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Autodesk Software (Autocad, Inventor etc) Discuss Autodesk Software (Autocad, Inventor etc) software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
I just finished my first version of GcodeOut.fas. A compiled lisp program to generate CNC gcode files from Autocad (2000 or later). It is set up to post for Turbocnc. You can modify GcodeOutPost.lsp to generate gcode to other controllers. At least that is my intent. I also have a lathe version near completion. I appreciate any feedback. Bill Here is the link. http://www.intergate.com/~wjb1/wjbzo...d/gcodeout.zip |
|
#3
| ||||
| ||||
| Eric, It recognizes polylines and processes each one as you select them. LWpolylines or 3dpolylines. You select the polyline you want to process, then you have the option of selecting additional polylines. You can also specify a tool change between each selection. Bill |
|
#5
| ||||
| ||||
| I updated GcodeOut. When you select a LWpolyline or 3dpolyline, it highlights and labels the start and end. You are given the option to reverse the direction of the toolpath on each polyline. The selected polylines remain highlighted. This allows you to see what you have already selected. (click link on first post in this thread) Bill |
| Sponsored Links |
|
#7
| |||
| |||
| wow I like that program a lot, is it possible to make a multiple line select and a zdepth thing like this below so it plunges, side cuts, plunges, side cuts back, back and forth etc. what I got when I tried to post that toolpath was this: M3 G0 X0.8568 Y0.0000 G1Z-0.6875F10.0 G1 X0.8568 Y-0.0100 Z-0.6875 G1 X1.1875 Y-0.0100 Z-0.6875 G1 X1.1875 Y-0.0200 Z-0.6875 G1 X0.8568 Y-0.0200 Z-0.6875 G1 X0.8568 Y-0.0300 Z-0.6875 G1 X1.1875 Y-0.0300 Z-0.6875 G1 X1.1875 Y-0.0400 Z-0.6875 G1 X0.8568 Y-0.0400 Z-0.6875 G1 X0.8568 Y-0.0500 Z-0.6875 G1 X1.1875 Y-0.0500 Z-0.6875 G1 X1.1875 Y-0.0600 Z-0.6875 G1 X0.8568 Y-0.0600 Z-0.6875 G1 X0.8568 Y-0.0700 Z-0.6875 G1 X1.1875 Y-0.0700 Z-0.6875 G1 X1.1875 Y-0.0750 Z-0.6875 G1 X0.8568 Y-0.0750 Z-0.6875 G0 Z0.3125 M5 looks like the Y and Z arent correct, and it would have to plunge the z instead of making banked cuts(like if it was switched) This is the kind of program I have been looking for! Thankyou Jon |
|
#8
| ||||
| ||||
| try drawing your toolpath as 1 continuos 3d polyline.
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#10
| ||||
| ||||
| Jon, Is that a 2d polyine? If you 3D rotate regular (2D) polyline, that can cause some problems. (ie a curve that is not in the xy plane). I would use a 3d polyline, with a lot of short straight line segments, to replace the vertical curve. Bill |
| Sponsored Links |
|
#11
| |||
| |||
| Alright, Ill have to give it a go, yes its a 2d polyline rotated, I have never used 3dpolyline command so Ill have to experiment. so this will work, thats great, is there a way I can use what I have already and offset them down and connect them without re-drawing them? Jon
__________________ CNC Mini Lathe Plans and Rotary Table kits: http://jfettigmachines.com |
|
#12
| ||||
| ||||
| Jon, You can copy the 2d polyline down (in Z direction) multiple times. You will not be able to connect a 2d polyline at different elevations because Autocad requires it to be in one plane. The 3dpoly is best used for that. If you copy, you can select each one in sequence and it will post one after the other. Note that you can set your return height after each polyline by changing the GcodeoutPost.lsp file. (you have to re-load it after you load gcodeout) Bill |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| turbocnc and cams gcode | Lu_ca | TurboCNC | 1 | 07-12-2006 06:50 AM |
| Gibbs post for turboCNC? | gjahnke | GibbsCAM | 9 | 03-09-2006 06:46 PM |
| MasterCam GCode to TurboCNC | chopperJoe | TurboCNC | 2 | 06-26-2004 07:29 AM |
| gcode to gcode converter | july_favre | General CAM Discussion | 4 | 05-24-2004 06:51 PM |
| Gcode verify autocad plugin | balsaman | General CAM Discussion | 1 | 10-31-2003 11:22 AM |