From: Jan "Yenya" Kasprzak Date: Mon, 11 May 2015 09:36:06 +0000 (+0200) Subject: diffuser: bigger tolerance X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=87f2955a11d32097075c459ff86682067a7b85ba;p=things.git diffuser: bigger tolerance --- diff --git a/diffuser-zsj-t29.scad b/diffuser-zsj-t29.scad index c7c46db..27bdcb8 100644 --- a/diffuser-zsj-t29.scad +++ b/diffuser-zsj-t29.scad @@ -6,9 +6,9 @@ diaphragm = 0.5; // diaphragm thickness wall = 1.5; ring_h = 12; // the height of the body -ring_d = 34.3 + 0.5; // the lens ring diameter + tolerance +ring_d = 34.3 + 1.0; // the lens ring diameter + tolerance -clip_h = 7.3 + 0.5; // height of the clip above the diaphragm +clip_h = 7.3 + 1.0; // height of the clip above the diaphragm clip_dist = 1.5; clip_size = 1.2;