Render a preview image
This commit is contained in:
parent
cab23f67cc
commit
3e0132f91c
4
build.sh
4
build.sh
|
@ -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"
|
Loading…
Reference in New Issue