BlinkenArea - GitList
Repositories
Blog
Wiki
dxfngc
Code
Commits
Branches
Tags
Search
Tree:
c4b65b5
Branches
Tags
master
dxfngc
doc
dxfngc.xml
first few lines of documentation
Stefan Schuermans
commited
c4b65b5
at 2013-04-23 20:57:15
dxfngc.xml
Blame
History
Raw
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <article> <title>DXF to NGC Converter: dxfncg</title> <sect1 id="introduction"> <title>Introduction</title> <para> The DXF to NGC converter dxfngc provide a means to convert 2D technical drawings in DXF file format to G-code in NGC format used by CNC mills or routers (e.g. LinuxCNC). </para> <para> Usually, the 2D drawings in DXF format do not contain enough information for G-code creation, e.g. about which lines describe the border of a part and which lines describe holes. The diameter of the cutting tool and the depth of the cut are other examples. Therefore, dxfngc relies on a script file to control the G-code generation. This script is the input to the tool. It sets all the parameters and controls reading the drawing and generation of the G-code. </para> </sect1> <sect1 id="first-example"> <title>A first example</title> <para> To illustrate usage of dxfgnc, suppose a stencil for a logo shall be cut with a CNC mill. (TODO: image) The basic shape of the stencil is a circle. The logo is formed by two holes with a specific shape. </para> <para> First, the 2D drawing is created. The circular border is drawn on layer <parameter>border</parameter> and the two holes are drawn on layer <parameter>holes</parameter>. </para> </sect1> </article>