Skip to content

kendocode/DXFtoGcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DXFtoGcode

Don't confuse this with dxf2gcode.

Status: Not Functioning

Current: adding command line flags and analyze

At this time dxf2gcode will convert a single layer DXF file to G code.

This is for G17 applications only at this time.

Usage: GUI dxf.py

Comand Line Flags Usage of dxf2gcode: -a Analyze contents of the file -c Convert contents of the file -d string Direction of path (default "CCW") -i string Input file path (default "/dxf/test.dxf") -o string Output file path (default "output.ngc")

About

Convert DXF files to LinuxCNC G code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 57.8%
  • Python 42.2%