dxf2G 1.0.1 review
Downloaddxf2G project is a simple program that converts DXF 2D files into .ngc G-code files that can be used in programs such as Emc2 (www.li
|
|
dxf2G project is a simple program that converts DXF 2D files into .ngc G-code files that can be used in programs such as Emc2 (www.linuxcnc.org).
Installation:
tar -xzvf dxf2G-1.0.0.tgz
cd dxf2G-1.0.0
make
sudo make install
This is a free software.You can use it, redistribuite it and alter it to taylor it at your needs.
I am not responsible for any damages the use of this program might cause. You use it at your ownn risk.
Example:
dxf2G -n 2 -p 2.5 -d 6 -i 3.5 -v 300 -u m -f filename.dxf
will create a G code file named filename.dxf.ncg
cut in n=2 passages each p=2.5mm deep moving tool rapid at d=6mm from the piece
surface, cutting feed v=300mm/min starting from i=3.5mm,
using u=m metric units.
Default values are assumed if none given!!
What's New in This Release:
A bug leading to small errors in multiple passes arcs has been fixed.
Useless parts of the code inherited from the previous DOS version have been removed.
dxf2G 1.0.1 keywords