소스 검색

Added licensing to Z-axis wobble fix

Thomas Buck 8 년 전
부모
커밋
3cd4960c27
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      Z-Axis Wobble Fix/z-wobble.scad

+ 10
- 0
Z-Axis Wobble Fix/z-wobble.scad 파일 보기

@@ -1,3 +1,11 @@
1
+/*
2
+ * Created by:
3
+ * Thomas Buck <xythobuz@xythobuz.de> in May 2016
4
+ *
5
+ * Licensed under the Creative Commons - Attribution license.
6
+ */
7
+
8
+// -----------------------------------------------------------
1 9
 
2 10
 diameter_outer_min = 10;
3 11
 diameter_outer_max = 12;
@@ -7,6 +15,8 @@ diameter_inner_max = 2.8;
7 15
 
8 16
 $fn = 20;
9 17
 
18
+// -----------------------------------------------------------
19
+
10 20
 difference() {
11 21
     cylinder(d1 = diameter_outer_max, d2 = diameter_outer_min, h = height);
12 22
     cylinder(d = diameter_inner_max, d2 = diameter_inner_min, h = height);

Loading…
취소
저장