chiark / gitweb /
sewing-table: work around machine cutout in test pieces
[reprap-play.git] / sewing-table.scad.m4
index 4281c69035e1d3013810e69fbac13ed17eb57a91..d0029d998c224478ac8d6c685259c02ab1199da9 100644 (file)
@@ -123,8 +123,10 @@ module TileBase(botleft, topright){
          translate(concat(botleft_post, [-1]))
            cube(concat(topright_post-botleft_post, [tile_th+2]));
        }
-//     minkowski(){
-//       /
+       minkowski(){
+         Machine();
+         cube(max(test_edge, tile_hard_edge_hole_dist)*2, center=true);
+       }
       }
     }
   }