1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-26 07:55:16 +02:00

scale fin

This commit is contained in:
Justin Lin
2022-07-10 18:27:00 +08:00
parent 22b14f7923
commit 65b434878d

View File

@@ -19,7 +19,7 @@ module one_segment(body_r, body_fn, one_scale_data) {
path = bezier_curve(0.1, points);
// dorsal fin
translate([0, 2.5, -2])
translate([0, 3, -2])
rotate([-75, 0, 0])
path_extrude([[0, -.25], [0.6, 0], [0, .75], [-0.6, 0]] * 5, path, scale = .05);