소스 검색

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. BIN
      Lens Cap/foto_1_big.jpg
  5. BIN
      Lens Cap/foto_1_small.jpg
  6. BIN
      Lens Cap/foto_2_big.jpg
  7. BIN
      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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


BIN
Lens Cap/foto_1_big.jpg 파일 보기


BIN
Lens Cap/foto_1_small.jpg 파일 보기


BIN
Lens Cap/foto_2_big.jpg 파일 보기


BIN
Lens Cap/foto_2_small.jpg 파일 보기


Loading…
취소
저장