1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-22 22:35:18 +02:00

update length

This commit is contained in:
Justin Lin
2021-11-30 09:13:33 +08:00
parent 4eda143bbb
commit 364488970b

View File

@@ -38,7 +38,7 @@ module dragon_head() {
module one_horn() {
translate([-9, -4, -2])
rotate([45, -25, 0])
linear_extrude(30, scale = 0.1, twist = -90)
linear_extrude(27.5, scale = 0.1, twist = -90)
translate([7.5, 0, 0])
circle(3, $fn = 4);
}