Render a preview image

This commit is contained in:
mmcwilliams 2021-11-14 09:06:30 -05:00
parent cab23f67cc
commit 3e0132f91c
2 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,6 @@ for part in "${PARTS[@]}"
do
stl="./stl/takeup_${part}.stl"
openscad -o "${stl}" -D "PART=\"${part}\";" "./takeup.scad"
done
done
openscad --preview -o debug.png -D "PART=\"preview\";" "./takeup.scad"

BIN
debug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB