Skip to content

Commit c08c470

Browse files
author
openastrotech
committed
see changelog
1 parent 8808cf9 commit c08c470

File tree

7 files changed

+21
-2
lines changed

7 files changed

+21
-2
lines changed
Binary file not shown.
124 KB
Binary file not shown.

STL/All latitudes/09_lens_mount.scad

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//lens_diameter = 62;
44

55
diam1 = 69.5;
6-
diam2 = 65.5;
6+
diam2 = 69.5;
77
high1 = 6;
88

99

@@ -15,8 +15,14 @@ high3 = 0;
1515
diam5 = 0;
1616
diam6 = 0;
1717

18+
length = 30; //reduce this if needed
1819

19-
20+
/*union() {
21+
translate([0,0,20]) cube([(diam1/2)+5,100,10]);
22+
mirror([1,0,0]) translate([0,0,20]) cube([(diam1/2)+5,100,10]);
23+
mirror([0,1,0]) translate([0,0,20]) cube([(diam1/2)+5,100,10]);
24+
mirror([1,0,0])mirror([0,1,0]) translate([0,0,20]) cube([(diam1/2)+5,100,10]);
25+
}*/
2026

2127
difference (){
2228
difference (){
@@ -33,6 +39,14 @@ union () {
3339
translate([0,0,-0.001]) cylinder(high1+0.1,d1=diam1,d2=diam2,$fn=512);
3440
translate([0,0,high1-0.01]) cylinder(high2+0.1,d1=diam3,d2=diam4,$fn=512);
3541
translate([0,0,high1+high2-0.02]) cylinder(high3+0.1,d1=diam5,d2=diam6,$fn=512);
42+
43+
union() {
44+
translate([0,0,length+0.001]) cube([(diam1/2)+4.2,100,100]);
45+
mirror([1,0,0]) translate([0,0,length+0.001]) cube([(diam1/2)+4.2,100,100]);
46+
mirror([0,1,0]) translate([0,0,length+0.001]) cube([(diam1/2)+4.2,100,100]);
47+
mirror([1,0,0])mirror([0,1,0]) translate([0,0,length+0.001]) cube([(diam1/2)+4.2,100,100]);
48+
}
49+
3650
}
3751
}
3852
cube([150,1,61],center=true);
1.13 MB
Binary file not shown.
1.07 MB
Binary file not shown.

STL/All latitudes/All latitudes.rar

-36.6 MB
Binary file not shown.

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Parts
44

5+
13.03.2020
6+
7+
- added adaptions of parts 11 and 14 (the motor mounts) with the addendum "_low". These will fit with purchased GT2 pulleys.
8+
- updated the lens ring SCAD. It has a new value "length" for lenses that have little space to mount it.
9+
510
10.03.2020
611

712
- added 01a, 01b, 06a, 06c adaptions to fit into 200x200 printers

0 commit comments

Comments
 (0)