make square picture show more scale axis
authordaniel watson <ozzloy@gmail.com>
Thu, 5 May 2016 20:31:45 +0000 (13:31 -0700)
committerdaniel watson <ozzloy@gmail.com>
Sat, 11 Jun 2016 05:00:22 +0000 (22:00 -0700)
curriculum/makefile
curriculum/square.scm

index 45fe8191533fd0837665a4751ddab05d2a4a1a5d..af9ec43db43b88f5648febe18e38eb6e1ccd182c 100644 (file)
@@ -3,6 +3,7 @@ square.png: square.scad makefile
          --render \
          -o square.png \
           --camera=0.80,0.88,0.01,0,0,0,9.05 \
+         --imgsize=931,634 \
          square.scad
 
 square.html: square.scm square.png makefile
index 4e9722c92569a9e840537eef821059e18e548c50..04bb47b53dd0108370fa6de888627feb7aba5a43 100644 (file)
@@ -1,2 +1,3 @@
 (document :title [square]
-  (chapter :title [square()\;]))
+  (chapter :title [square()\;]
+           (image :file "square.png" :height 400)))