chiark / gitweb /
knifeblock: wip, before recenter
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Dec 2014 21:32:01 +0000 (21:32 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Dec 2014 21:32:01 +0000 (21:32 +0000)
knifeblock-knives-filter
knifeblock.scad

index 2b74cac465d0f247dac997f312b00f393f5d3e9b..b2a26dd24c0925c53cf1ae14f4f051e2338bb6d8 100755 (executable)
@@ -17,6 +17,7 @@ sub want ($) {
     my $part = $part_order[ floor(($colournum-1) / 3) ];
     die "huh colour $colournum?" unless defined $part;
     return 0 unless $part =~ m/[$wparts]/o;
+    print STDERR "$0: including colour $colournum ($knife $part)\n";
     return 1;
 }
 
index efe3b3b714a978d13fa1191f954f7d592cfb6689..4376a880464c303e9d324d92498ccc63df5e5beb 100644 (file)
@@ -2,7 +2,7 @@
 //import(file="t.dxf");
 
 module ImportTemplate(k,t) {
-  import(file=str("knifeblock-knives-t",k,t,".dxf"), convexity=3);
+  import(file=str("knifeblock-knives-t",k,t,".dxf"), convexity=10);
 }
 
 module Knife(k){