initial release

This commit is contained in:
2018-10-04 00:34:58 -07:00
parent 07c0e2e4ed
commit a8d853f8c9
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,10 @@ for x in `seq 1 4`
do
for y in `seq 1 4`
do
openscad -o frame_${x}x${y}.stl -D x_count=${x} -D y_count=${y} drawers_and_frame.scad
openscad -o frame-medium-${x}x${y}.stl -D x_count=${x} -D y_count=${y} drawers_and_frame.scad
done
done
openscad -o drawer.stl -D mnake_frame=0 drawers_and_frame.scad
openscad -o drawer-medium.stl -D make_frame=0 drawers_and_frame.scad
openscad -o frame-small-10x10.stl -D x_count=10 -D y_count=10 -D width=18 -D height=12 drawers_and_frame.scad
openscad -o drawer-small.stl -D make_frame=0 -D width=18 -D height=12 drawers_and_frame.scad

View File

@@ -2,7 +2,7 @@
// Scott Alfter
// 3 Oct 18
//
//
// CC-BY
make_frame=1; // 0=make drawer, 1=make frame