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

thicken beard

This commit is contained in:
Justin Lin
2021-07-22 16:25:20 +08:00
parent 9c487ec304
commit 1a6ce7ea0a

View File

@@ -86,10 +86,10 @@ module dragon_head(angy_angz) {
}
module one_beard() {
translate([-11.15, -12, -10])
translate([-10, -12, -10])
rotate(180)
linear_extrude(8, scale = 0.2, twist = 90)
translate([-10, -10, 0])
linear_extrude(8, scale = 0.2, twist = 45)
translate([-9, -10, 0])
circle(1, $fn = 6);
}