chiark / gitweb /
sewing-table: finish commitid
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 30 Dec 2016 17:01:27 +0000 (17:01 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 30 Dec 2016 17:01:27 +0000 (17:01 +0000)
sewing-table.scad.m4

index 164350ee563ff188d2ac929790ca6d6f42fd9d76..0d1e813cdeece80975517fb9663e23cb94ad1e43 100644 (file)
@@ -60,9 +60,10 @@ module TileBase(botleft_post, topright_post){
       translate([botleft[0], botleft[1], 0])
       cube([size[0], size[1], tile_th]);
     translate( [ botleft_post[0], botleft_post[1], -tile_th ]
-              + 0.5 * [ post_dia, -post_dia, 0 ] )
+              + 0.5 * [ post_dia, post_dia, 0 ] )
       Commitid_BestCount_M( topright_post-botleft_post
-                           + [-post_dia,+post_dia] );
+                           + [0, thehd[0] ]
+                           + [-post_dia,-post_dia] );
   }
 }