multigcs / brd2dxf

eagle-cad board (.brd) to dxf converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brd2dxf

eagle-cad board (.brd) to dxf converter

  • Tested with eagle version="9.0.1" - XML-Format
  • alpha-version !!!
  • ugly code, one day Hack :)

quikstart

get code

git clone git@github.com:multigcs/brd2dxf.git
cd brd2dxf
pip3 install -r requirements.txt

brd2dxf example

./bin/brd2dxf --simple eltako.brd

this command line will generate a dxf file named: eltako.brd.dxf

you can use the dxf file for you cnc to engrave the copper, drill holes or mill smd-masks..

screenshots

gcodepreview gcodepreview gcodepreview

About

eagle-cad board (.brd) to dxf converter

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%