add square(3)
[challenge-bot] / curriculum / makefile
index 3fc87962b2d7a8ac7bdee6f5fcbe349cf838ecee..94465193aaa2b1d3986d0251790698a998eccc51 100644 (file)
@@ -22,7 +22,15 @@ square2.png: square2.scad makefile
          --imgsize=931,634 \
          square2.scad
 
-square.html: square.scm square.png square1.png square2.png makefile
+square3.png: square3.scad makefile
+       @openscad \
+         --render \
+         -o square3.png \
+          --camera=1.27,1.57,0.01,0,0,0,9.05 \
+         --imgsize=931,634 \
+         square3.scad
+
+square.html: square.scm square.png square1.png square2.png square3.png makefile
        @skribilo square.scm > square.html
 
 clean: