chiark / gitweb /
pawn higher temp for glass bed
[reprap-play.git] / biscuits.scad
index c230477807309dbb2d116b6a4b767c0af76fa2fe..5f6a42a94236a5d0ca87273de58aabc95b350ce7 100644 (file)
@@ -1,12 +1,12 @@
 
-scale=1.0;
+scale=0.75;
 rad=30*scale;
 hbase=28.4*scale;
 voff=10*scale;
 height=70*scale;
 
-wallheight = 15
-thick=0.8;
+wallheight = 15;
+wallthick=0.8;
 
 module flatsolid() {
        circle(r=rad,$fn=50);
@@ -16,7 +16,7 @@ module flatsolid() {
 module mink() {
        minkowski() {
                flatsolid();
-               circle(r=thick/2);
+               circle(r=wallthick/2);
        }
 }