From: Ian Jackson Date: Thu, 22 Nov 2018 19:54:54 +0000 (+0000) Subject: poster-tube-lid: wip catch_pin_width debug (broken?) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=e7afe80020d93c2050e3cd835ada9bee53839ed5 poster-tube-lid: wip catch_pin_width debug (broken?) Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 5464801..9fc41ff 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -145,7 +145,10 @@ catch_cr = catch_knob_dia/2 + catch_stem_beside_gap; catch_strap_width = sm_main_width; catch_strap_thick = sm_main_thick; catch_stem_end_h = catch_stem_h; -catch_pin_width = rivet_entry_width - catch_pin_gap; +catch_pin_width = (rivet_entry_width * bayo_real_rad / bayo_nom_rad) + - catch_pin_gap; + +echo("R ", sm_inner_rad, bayo_real_rad, bayo_nom_rad); cppy6 = -catch_strap_width/2; cppxC = 0.34 * sm_inner_rad * TAU;