From: daniel watson Date: Thu, 5 May 2016 21:38:12 +0000 (-0700) Subject: harmonize views of all squares X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=8ed1eec9bcebe2520d9b34150a17728521da3635 harmonize views of all squares --- diff --git a/curriculum/makefile b/curriculum/makefile index 9446519..022055e 100644 --- a/curriculum/makefile +++ b/curriculum/makefile @@ -2,7 +2,7 @@ square.png: square.scad makefile @openscad \ --render \ -o square.png \ - --camera=0.80,0.88,0.01,0,0,0,9.05 \ + --camera=1.27,1.57,0.01,0,0,0,9.05 \ --imgsize=931,634 \ square.scad @@ -10,7 +10,7 @@ square1.png: square1.scad makefile @openscad \ --render \ -o square1.png \ - --camera=0.80,0.88,0.01,0,0,0,9.05 \ + --camera=1.27,1.57,0.01,0,0,0,9.05 \ --imgsize=931,634 \ square1.scad @@ -18,7 +18,7 @@ square2.png: square2.scad makefile @openscad \ --render \ -o square2.png \ - --camera=0.80,0.88,0.01,0,0,0,9.05 \ + --camera=1.27,1.57,0.01,0,0,0,9.05 \ --imgsize=931,634 \ square2.scad