chiark / gitweb /
poster-tube-lid: introduce inside_rivet_gap (from v4)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Oct 2017 21:32:47 +0000 (22:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Oct 2017 21:32:47 +0000 (22:32 +0100)
poster-tube-lid.scad

index 96dc57d541e30b4b3ee9f6ddcd62a4f0b66fdc85..86bb4113223876925750c744a0d93564b7ba6491 100644 (file)
@@ -18,6 +18,7 @@ rivet_tall = 5.51 + 1.49;
 
 over_rivet_wall = 1.0;
 side_rivet_gap = 1.5;
+inside_rivet_gap = 1.5;
 
 bayo_interf = 1.25;
 bayo_behind = 3.5;
@@ -98,7 +99,7 @@ bayo_m = [ bayo_inramp_x, bayo_behind ];
 bayo_l = bayo_m + bayo_interf * [ 1/bayo_interf_slope,  1 ];
 bayo_k = bayo_l + [ bayo_interf_width, 0 ];
 bayo_j = bayo_k + bayo_interf * [ 1/bayo_interf_slope, -1 ];
-bayo_i = bayo_j + [ rivet_width, 0 ];
+bayo_i = bayo_j + [ rivet_width + inside_rivet_gap, 0 ];
 bayo_h = [ bayo_i[0], bayo_behind + bayo_gap + bayo_interf ];
 bayo_g = [ bayo_m[0] - rivet_width, bayo_h[1] ];