![]() | |
| 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
| ||||
| ||||
This is a link to a zip file that contains gcodein.fas and a readme.txt file. You can use it to read a cnc mill file into Autocad. I also have a lathe version I will post on my website later. intergate.com/~wjb1/wjbzone/autocad/gcodein.zip Bill |
|
#3
| ||||
| ||||
| You can read a cnc gcode file into an Autocad layer. 1. Launch your Autocad application. 2. Use appload to load the gcodein.fas. 3. Type gcodein at the Autocad command line. 4. Browse locate your cnc gcode file. The cnc file is read into the current Autocad layer as lines and arcs. You can step one line at a time or set the number of lines to step. I use to verify my code before I run it on my machine. Bill |
|
#5
| ||||
| ||||
| It would be nice if the step number stayed the same so you could just hit enter or right click to step through, right now I had to type the step amount each time. Other than that, it seems to work pretty good. Gerry
__________________ 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) |
| Sponsored Links |
|
#6
| ||||
| ||||
| "It would be nice if the step number stayed the same so you could just hit enter..." Gerry, That's the way it works. At each pause in execution, the default step number is displayed at the beginning of the command line. i.e. if the default is 1 the command line reads: "1 Enter Step Increment (0 to Continue)" if the default is 20 the command line reads: "20 Enter Step Increment (0 to Continue)" The number at the beginning of the line (the 1 or the 20 shown above) is the default number of steps if you just hit the enter key. The only time you should have to type a number is when you want to change the default (can be any positive number). Type a 0 (zero) to run without a pause. Let me know that is not working for you. I'll try to make that more obvious in next revision. Bill |
|
#7
| ||||
| ||||
| My mistake, it does seem to work properly. One thing I noticed with code generated from MeshCAM, It crashed if the first move was: G1 Z0.00 F10.00 I'm guessing it didn't have a place to start with just the Z-value in the first line. Gerry
__________________ 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) |
|
#8
| ||||
| ||||
| You got me on that one. Looks like a G0 or G1 with a zero move at the start of the program is a problem. I'll get that fixed as soon as I have a chance. Got to to some painting first today. Will post again as soon as it's fixed. 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 |
| Learning to Program CNC Turning Center | Farmer | G-Code Programing | 13 | 09-12-2005 12:03 AM |
| Autocad user has newbie SW/CNC questions | cadesignr | Solidworks | 7 | 02-11-2005 01:19 PM |
| solid works cnc files | krustykrab | Mastercam | 38 | 06-19-2004 09:53 AM |
| New CNC Controller Program for DOS | manfong | Product Announcements & Manufacturer News | 10 | 10-10-2003 11:30 AM |
| MDT flow wires to program cnc 3d | wjbzone | Autodesk Software (Autocad, Inventor etc) | 1 | 06-24-2003 07:59 AM |