1
0
mirror of https://github.com/kristov/ldraw2stl.git synced 2025-05-21 01:00:08 -07:00
ldraw2stl/README.md
ceade ac0c4d00b8 Remove dependency on Moose
It was annoying to install tens of Perl modules for a few getters-setters.
2020-04-30 21:50:18 +02:00

18 lines
548 B
Markdown

# ldraw2stl
Convert LEGO LDraw files to STL, for super-sizing and 3d printing!!
1) Get the ldraw parts archive at [](http://www.ldraw.org/article/13.html):
wget http://www.ldraw.org/library/updates/complete.zip
unzip complete.zip
bin/dat2stl --file ldraw/parts/3894.dat --ldrawdir ./ldraw
2) Install LeoCAD so you can find your parts (optional)
3) Make a note of the .dat file name in LeoCAD, and then run:
bin/dat2stl --file /usr/share/ldraw/parts/3894.dat --ldrawdir ./ldraw --scale 4 > 3894.stl
For a 4X scale one of those!