chiark / gitweb /
poster-tube-lid: rename by_oring_z (from seal_thick) to reflect new purpose
[reprap-play.git] / poster-tube-lid.scad
index deb51e5d444ccabe8753dfe631bc754be4724789..19580b5fdcea6e53cdbfd5b0ea548418e1cf5c61 100644 (file)
@@ -58,12 +58,12 @@ oring_oblate = (1 - oring_compress);
 oring_y_rad = oring_thick/2 * oring_oblate;
 oring_x_rad = oring_thick/2 / oring_oblate;
 
-seal_thick = oring_y_rad * (1 + cos(oring_upper_embed_angle));
+by_oring_z = oring_y_rad * (1 + cos(oring_upper_embed_angle));
 
 side_height = rivet_posn + bayo_behind + rivet_thick/2;
 side_thick = rivet_tall + over_rivet_wall;
 
-top_z = top_thick_by_oring + oring_y_rad + seal_thick;
+top_z = top_thick_by_oring + oring_y_rad + by_oring_z;
 
 middle_bot_z = top_z - top_thick_middle;
 
@@ -137,8 +137,8 @@ module MainProfile(){
               [ side_thick,            -side_height      ],
               [ side_taper,            -side_height      ],
               [ 0,                     -rivet_posn       ],
-              [ 0,                     seal_thick        ],
-              [ -oring_x_rad,          seal_thick        ],
+              [ 0,                     by_oring_z        ],
+              [ -oring_x_rad,          by_oring_z        ],
               ],
              convexity=10);
     }