Skip to content

Commit 24fe4c4

Browse files
Adapter with 3 broad fins
2 parents 2fb155d + 7cf7c76 commit 24fe4c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WaterRocketAdapter1.scad

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module WaterRocketAdapter1($fn=120)
3737
[Rbrim + tol, 9.5 + Hgrip], [Rbrim + tol, 15.5],
3838
[pco1881_Rmajor, 9.0], [pco1881_Rmajor, dH]];
3939
clearance = [[0, section[6][1] + 10], section[6] + [8, 10],
40-
section[7] + [0.5, 0], section[3], [32, -6], [0, -6]];
40+
section[7] + [0.5, 0], section[3], [50, -20], [0, -20]];
4141
union() {
4242
rotate_extrude() // entire body of adapter
4343
offset(r=-1)
@@ -61,8 +61,8 @@ module WaterRocketAdapter1($fn=120)
6161
translate([0, 0, dH + 3 * P_pco / 4])
6262
thread("PCO-1881-int", turns=1.95);
6363
difference() { // fins
64-
translate([0, 0, 24])
65-
fins(r=0.5, nfins=3);
64+
translate([0, 0, 19])
65+
fins(Hcenter=60, Htip=30, r=0.5, nfins=3);
6666
rotate_extrude()
6767
polygon(points=clearance);
6868
};

0 commit comments

Comments
 (0)