浏览代码

Added Lens Cap

Thomas Buck 8 年前
父节点
当前提交
7ebfaa0603
共有 7 个文件被更改,包括 5578 次插入0 次删除
  1. 2774
    0
      Lens Cap/Lens Cap Fat.stl
  2. 30
    0
      Lens Cap/Lens Cap.scad
  3. 2774
    0
      Lens Cap/Lens Cap.stl
  4. 二进制
      Lens Cap/foto_1_big.jpg
  5. 二进制
      Lens Cap/foto_1_small.jpg
  6. 二进制
      Lens Cap/foto_2_big.jpg
  7. 二进制
      Lens Cap/foto_2_small.jpg

+ 2774
- 0
Lens Cap/Lens Cap Fat.stl
文件差异内容过多而无法显示
查看文件


+ 30
- 0
Lens Cap/Lens Cap.scad 查看文件

@@ -0,0 +1,30 @@
1
+/*
2
+ * Created by:
3
+ * Thomas Buck <xythobuz@xythobuz.de> in March 2016
4
+ *
5
+ * Licensed under the Creative Commons - Attribution license.
6
+ */
7
+
8
+// -----------------------------------------------------------
9
+
10
+$fn = 50;
11
+
12
+/*
13
+ * Depending on your printer and exact settings, you need to adjust
14
+ * this parameter. I've had a tight fit with 17.8mm for a 17mm lens.
15
+ */
16
+diameter = 17.8; // diameter of the lens
17
+
18
+width = 1; // wall thickness
19
+bottom_width = 1; // bottom wall thickness
20
+height = 6; // height of the whole lens cap
21
+
22
+// -----------------------------------------------------------
23
+
24
+difference() {
25
+    // whole part
26
+    cylinder(h = height, d = (diameter + (2 * width)));
27
+
28
+    translate([0, 0, bottom_width])
29
+        cylinder(h = height - bottom_width, d = diameter);
30
+}

+ 2774
- 0
Lens Cap/Lens Cap.stl
文件差异内容过多而无法显示
查看文件


二进制
Lens Cap/foto_1_big.jpg 查看文件


二进制
Lens Cap/foto_1_small.jpg 查看文件


二进制
Lens Cap/foto_2_big.jpg 查看文件


二进制
Lens Cap/foto_2_small.jpg 查看文件


正在加载...
取消
保存