1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00

thicken beard

This commit is contained in:
Justin Lin 2021-08-01 13:24:44 +08:00
parent 5a5ee9cc0c
commit 6bed665368

View File

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