multigcs / dxfbox

dxfbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dxfbox

simple python based dxf box generator

demo-video

Demo-Video

quikstart

install with pip

pip3 install dxfbox

get code

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

dxfbox example

./bin/dxfbox -n box -s 1 -x 330 -y 120 -z 250 -t 4 -l 15 --bhole "c10+10+110" --hole "r100x40+30+20:c20+260" -r 1.5

this command line will generate a box.dxf and box.scad file

you can use the dxf file for you cnc and the scad file to preview the box

screenshots

gcodepreview gcodepreview gcodepreview

About

dxfbox

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%