1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

fin lifted

This commit is contained in:
Justin Lin
2021-07-21 20:55:06 +08:00
parent 9153c997eb
commit 5d593ecbc3

View File

@@ -79,11 +79,11 @@ module one_segment() {
}
// dorsal fin
translate([0, 3, -3])
rotate([-75, 0, 0])
shear(sy = [0, 3.5])
linear_extrude(2.25, scale = 0.2)
square([2, 12], center = true);
translate([0, 2.5, -3])
rotate([-65, 0, 0])
shear(sy = [0, 2])
linear_extrude(4, scale = 0.2)
square([2, 10], center = true);
// belly
hull() {