chiark / gitweb /
toolbox-inserts: deradius (from test/consultation)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 May 2025 19:09:04 +0000 (20:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 May 2025 19:09:24 +0000 (20:09 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index 593e3a0d8a301e40e337c841bb443aa1b76cf693..2f26c7ad86ac4c2c70e808f44c5ffc6d36d0d492 100644 (file)
@@ -5,7 +5,7 @@ include <threads.scad>
 
 box_y = 149.4 - 0.5;
 box_x = 309.2 - 0.5;
-box_cnr_r = 26.5 + 3;
+box_cnr_r = 23.0;
 box_main_z = 35.0 - 0.5;
 box_edge_z_hindent = 0.5;
 box_edge_width = 16;
@@ -345,7 +345,7 @@ module AtPlateFixings() {
   ])
     for (yi=[-n_y : n_y])
       if (!( yi >= -3 && yi < 2 ))
-      if (( n_y - abs(yi) ) + ( n_x - abs(xi) ) > 0.25)
+      if (( n_y - abs(yi) ) + ( n_x - abs(xi) ) > -1.25)
 
       translate(fixing_pitch * [xi, yi, 0]) {
        children();