]> www.fi.muni.cz Git - things.git/commitdiff
diffuser: bigger tolerance
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Mon, 11 May 2015 09:36:06 +0000 (11:36 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Mon, 11 May 2015 09:36:06 +0000 (11:36 +0200)
diffuser-zsj-t29.scad

index c7c46db1592ba6fd1183f0e11878bf966a8ff18a..27bdcb8d2f291545d59e12b9f9a148fbed09e388 100644 (file)
@@ -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;