dxf to gcode convertor program - dxf2G-1.0.4
- Highlander01
- Offline
- Junior Member
Less
More
- Posts: 21
- Thank you received: 0
23 Jan 2010 20:09 #1602
by Highlander01
dxf to gcode convertor program - dxf2G-1.0.4 was created by Highlander01
Hello,
Any one else previously install dxf2G-1.0.4 on linux Ubuntu
I am trying to install dxf2G-1.0.4
I go to terminal and do the following:
tar -xzvf dxf2G-1.0.4.gz (not tgz)
cd dxf2G-1.0.4
make (make generates the errors and warnings below though..)
sudo make install (has problems to)
errors and warnings I get.....
errror: output_file_cnc undeclared (first use in this function)
Warning: incompatible implicit declaration of built in function
Any one else previously install dxf2G-1.0.4 on linux Ubuntu
I am trying to install dxf2G-1.0.4
I go to terminal and do the following:
tar -xzvf dxf2G-1.0.4.gz (not tgz)
cd dxf2G-1.0.4
make (make generates the errors and warnings below though..)
sudo make install (has problems to)
errors and warnings I get.....
errror: output_file_cnc undeclared (first use in this function)
Warning: incompatible implicit declaration of built in function
Please Log in or Create an account to join the conversation.
30 Jan 2010 18:29 #1703
by ditw
Replied by ditw on topic Re:dxf to gcode convertor program - dxf2G-1.0.4
try to
sudo apt-get install build-essential
first
sudo apt-get install build-essential
first
Please Log in or Create an account to join the conversation.
- Highlander01
- Offline
- Junior Member
Less
More
- Posts: 21
- Thank you received: 0
31 Jan 2010 20:51 #1715
by Highlander01
Replied by Highlander01 on topic Re:dxf to gcode convertor program - dxf2G-1.0.4
Thank you, That seems to have done it. I can get it to run when I click on the dxf2G.tcl file in the folder.
Still seems to be doing some odd things when I install but it works, good enough!
I have test 2 other free gcode generator programs. This one seems to be just as good. Ace and one other one are my comparison.
- I am testing with a wood gear dxf file. The dxf file is the same each time but the *.ngc generated by the different programs are all different.
- Ideal path for going around gear in one continuous path pass never seems to get generated.
- generated paths go left on one cut right on the next and up and down etc.
- I was picturing first pass top cut nicely going around pattern following the gear in one stroke and not going up and down and back and forth so much.
- Given generations I have been getting I am thinking I will be doing a bit of manual programming adjustments.
I will now be doing some testing with the programs that let me test first and pay late to see if those versions do any better.
What have other people seen from the generators that exist out there?
Still seems to be doing some odd things when I install but it works, good enough!
I have test 2 other free gcode generator programs. This one seems to be just as good. Ace and one other one are my comparison.
- I am testing with a wood gear dxf file. The dxf file is the same each time but the *.ngc generated by the different programs are all different.
- Ideal path for going around gear in one continuous path pass never seems to get generated.
- generated paths go left on one cut right on the next and up and down etc.
- I was picturing first pass top cut nicely going around pattern following the gear in one stroke and not going up and down and back and forth so much.
- Given generations I have been getting I am thinking I will be doing a bit of manual programming adjustments.
I will now be doing some testing with the programs that let me test first and pay late to see if those versions do any better.
What have other people seen from the generators that exist out there?
Please Log in or Create an account to join the conversation.
01 Feb 2010 10:51 #1717
by Rick G
Replied by Rick G on topic Re:dxf to gcode convertor program - dxf2G-1.0.4
Does the wood gear dxf file contain several separate components... lines, vectors, curves, circles, etc.? If so try combining the ones you want cut together before converting. Also look at making all items vectors.
Rick G
Rick G
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds