From 24b67d4f9adb5dbd42819f1437c657d30ec884b8 Mon Sep 17 00:00:00 2001 From: ceade Date: Wed, 19 Mar 2025 22:10:40 +0100 Subject: [PATCH] Markdown fixups --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf0775a..335d111 100644 --- a/README.md +++ b/README.md @@ -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) 3) Make a note of the .dat file name in LeoCAD, and then run: - wget https://library.ldraw.org/library/updates/complete.zip - unzip complete.zip - bin/dat2stl --file ldraw/parts/3894.dat --ldrawdir ./ldraw > 3894.stl +``` +wget https://library.ldraw.org/library/updates/complete.zip +unzip complete.zip +bin/dat2stl --file ldraw/parts/3894.dat --ldrawdir ./ldraw > 3894.stl +``` 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!