chiark / gitweb /
adjustments vefore resize
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Jul 2012 22:24:07 +0000 (23:24 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Jul 2012 22:24:07 +0000 (23:24 +0100)
biscuits.scad

index 7532dcdc115f40f139a6e5679962d0d7e4ac71a4..c85403a43c07d076f1e8b8ed9bd340f0cae03e65 100644 (file)
@@ -1,4 +1,4 @@
-$fn=200;
+
 
 rad=30;
 hbase=28.4;
@@ -6,14 +6,14 @@ voff=10;
 height=70;
 
 module flatsolid() {
-       circle(r=rad);
+       circle(r=rad,$fn=50);
        polygon(points=[[-hbase,voff],[hbase,voff],[0,height]]);
 }
 
 module mink() {
        minkowski() {
                flatsolid();
-               circle(r=0.8);
+               circle(r=0.4);
        }
 }