chiark / gitweb /
poster-tube-lid: fix missing bayo_interf in bayo_h and _g
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 01:13:27 +0000 (02:13 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 01:13:27 +0000 (02:13 +0100)
poster-tube-lid.scad

index 3bad52e1af73953c1f57295648086d4c9f349345..4cf64424f9557da53e4e0626b85709765dab8bf4 100644 (file)
@@ -83,7 +83,8 @@ 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_h = [ bayo_i[0], bayo_behind + rivet_thick + bayo_above_gap ];
+bayo_h = [ bayo_i[0], bayo_behind + rivet_thick
+                     + bayo_above_gap + bayo_interf ];
 bayo_g = [ bayo_m[0] - rivet_width, bayo_h[1] ];
 
 bayo_e = [-bayo_p[0], bayo_p[1]] - [rivet_entry_width,0];