1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-15 03:33:01 +02:00

rotate fin

This commit is contained in:
Justin Lin 2021-12-12 11:17:08 +08:00
parent 496a151005
commit cd16a74d08

View File

@ -23,7 +23,7 @@ module one_segment(body_r, body_fn, one_scale_data) {
// dorsal fin
translate([0, 3, -3])
rotate([-75, 0, 0])
rotate([-82.5, 5, 30])
shear(sy = [0, 3])
linear_extrude(2.25, scale = 0.2)
square([2, 12], center = true);