From 87f2955a11d32097075c459ff86682067a7b85ba Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Mon, 11 May 2015 11:36:06 +0200 Subject: [PATCH] diffuser: bigger tolerance --- diffuser-zsj-t29.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.5