mirror of
https://github.com/kristov/ldraw2stl.git
synced 2025-05-15 22:30:10 -07:00
Markdown fixups
This commit is contained in:
parent
e6349b96a1
commit
24b67d4f9a
@ -6,12 +6,16 @@ Convert LEGO LDraw files to STL, for super-sizing and 3d printing!!
|
|||||||
2) Install LeoCAD so you can find your parts (optional)
|
2) Install LeoCAD so you can find your parts (optional)
|
||||||
3) Make a note of the .dat file name in LeoCAD, and then run:
|
3) Make a note of the .dat file name in LeoCAD, and then run:
|
||||||
|
|
||||||
|
```
|
||||||
wget https://library.ldraw.org/library/updates/complete.zip
|
wget https://library.ldraw.org/library/updates/complete.zip
|
||||||
unzip complete.zip
|
unzip complete.zip
|
||||||
bin/dat2stl --file ldraw/parts/3894.dat --ldrawdir ./ldraw > 3894.stl
|
bin/dat2stl --file ldraw/parts/3894.dat --ldrawdir ./ldraw > 3894.stl
|
||||||
|
```
|
||||||
|
|
||||||
Use the `--scale` argument to scale the part:
|
Use the `--scale` argument to scale the part:
|
||||||
|
|
||||||
|
```
|
||||||
bin/dat2stl --file /usr/share/ldraw/parts/3894.dat --ldrawdir ./ldraw --scale 4 > 3894.stl
|
bin/dat2stl --file /usr/share/ldraw/parts/3894.dat --ldrawdir ./ldraw --scale 4 > 3894.stl
|
||||||
|
```
|
||||||
|
|
||||||
For a 4X scale one of those!
|
For a 4X scale one of those!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user