Sure.
I made a small application to convert dxf to gcode and i like to ask if here is the right place to submit it and get some feedback from the users.
Thank you.
Sure.
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)
Here is my small application.
DXF in Fire
This application will open most of the DXF types and convert them to gCode.
Supports 2D dxf and layers
If your DXF has layers then you can select the layer and export it in gCode.
Any improvements you may think i would like to here them and I will add them to my 'Todo' list.
I will try to add more features in the next version
There is not any help file for the moment but i think is very simple to use it.
Please feel free to download it and if you can give me your feedback i will appreciate it.
Finally I'm sorry for any bugs you may find in this early version.
Thank you
Last edited by Megalos; 08-13-2009 at 08:13 AM.
LOL
How do you download the .zip?
I can't find a link (on rapidshare).![]()
Free DXF Files - myDXF.blogspot.com
With Rapidshare click on "free user" button and you will have to wait 30 seconds for download button to appear
George
I downloaded your program.
1) I don't see anything, as far as tool setup, depth of cut, etc...
2) No header in g-code
3) No feed in the g-code (F)
4) No M30 at the end of the g-code
5) Also, when you go to save the g-code, the .dxf extension is the only one that will save, no big deal to rename as a .txt file manually, just thought I would mention that.
Not complaining, just trying to help.![]()
Free DXF Files - myDXF.blogspot.com
Thank you for the fast feedback Switcher.
Your comments are welcome.
I will try to fix these and I will post a fixed version.
Most of your comments can be fixed very easily.
Tried program but it does not include G codes?
Sample of first few lines - not there is no "G01" in each line just xy values
N0 Z200
N1 X179 Y588
N2 Z-200
N3 X179 Y588
N4 X214.231507 Y620.750685
N5 X294 Y694
N6 X318 Y718
N7 X317 Y719
N8 X125.25 Y718.75
Also :
Layers screen loads too high so X at top is hidden by menu so I have to close using menu.
I sometimes get a subscription out of range error when loadiing file but does not seem to cause a problem.
George
Thank you for your comments.
A new version with all or most of your comments fixed was uploaded while ago.
Please get the new version and test it.
I would love to here more comments and requirements in case you have any.
The new DXF in Fire is here.
You are all welcome to test it and tell me what you think about.
Last edited by Megalos; 08-13-2009 at 08:48 AM.
a newer version is available to import gcode too.
Now it will convert dxf<->gcode
There some issues yet to be solved but this is just for testing and your feedback please.
Here you can get the new DXF in Fire
Thank you
Hi all
here is an update version.
DXF in Fire
news:
support for lwpolylines added.
improved/faster conversion .
support for more dxf versions.
Please try it and you may give me some feedback to improve it or fix it
thank you.
Very good work.
Did you make all the DXF import and drafting yourself?
Do you know where can i find the source code for import and drafting functions?
I want to import and draft DXF files with VB for other purpose (my machine does not support G code - i can only work with points file, so i want to convert the dxf to points file).
Thanks,
Nir