logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dxf2gcode - creates CNC machine compatible G-Code from 2D drawings

Author

       Petter Reinholdtsen

dxf2gcode                                       November 25, 2022                                   dxf2gcode(1)

Description

dxf2gcode

       This  program  reads  2D  mechanical drawings of parts to be fabricated and produces G-code tool movement
       instructions for running on automatic machine tools (CNC machines) such as milling machines and lathes.

       This is a graphical CAM (Computer Aided Manufacturing)  program.   It  accepts  input  in  DXF,  PDF,  or
       Postscript format.  It supports milling, drilling, and turning operations, as well as work-holding tabs.

Name

       dxf2gcode - creates CNC machine compatible G-Code from 2D drawings

Options

       -h, --help
              show this help message and exit

       -e EXPORT_FILENAME, --export EXPORT_FILENAME
              export data to EXPORT_FILENAME

       -q, --quiet
              no GUI

See Also

svg2gcode(1)

Synopsis

dxf2gcode[-h][-eEXPORT_FILENAME][-q][filename]

See Also