chiark / gitweb /
crossbar-computer-led-mount: fiddle to remove bug hole
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Jun 2013 22:16:29 +0000 (23:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Jun 2013 22:16:29 +0000 (23:16 +0100)
crossbar-computer-led-mount.scad

index 71a449e20c324439bb80515a84b207f0f7854db7..c7ee8bbdc949241f28fa83cbc1e625e952958242 100644 (file)
@@ -10,7 +10,7 @@ thicks = [1,2,4,6];
 
 module Tests(){
   for (thicki=[0:len(thicks)-1]) {
 
 module Tests(){
   for (thicki=[0:len(thicks)-1]) {
-    translate([thicki*test_width-0.1, 0, 0]) {
+    translate([thicki*test_width-0.5, 0, 0]) {
       difference(){
        cube([test_width,
              thicks[thicki] + led_depth,
       difference(){
        cube([test_width,
              thicks[thicki] + led_depth,