1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 13:01:37 +02:00
This commit is contained in:
Justin Lin
2020-07-10 21:43:26 +08:00
parent 1e2213fb66
commit 734bf0fceb
2 changed files with 6 additions and 11 deletions

View File

@@ -130,19 +130,17 @@ module head(angy_angz) {
translate([-5.5, 3.5, -2.5])
rotate([-15, 0, 75])
sphere(0.5, $fn = 12);
sphere(0.5, $fn = 8);
}
module one_beard() {
translate([-11, -12, -11])
rotate(180)
linear_extrude(10, scale = 0, twist = 90)
linear_extrude(10, scale = 0.2, twist = 90)
translate([-10, -10, 0])
circle(0.75, $fn = 6);
circle(1, $fn = 6);
}
rotate([0, angy_angz[0] + 15, angy_angz[1]])
translate([0, 0, -25 / 2])
scale(1.15) {
@@ -186,7 +184,6 @@ module dragon() {
angy_angz = __angy_angz(path_pts[0], path_pts[1]);
scale(1.1)
along_with(path_pts, scale = 0.85, method = "EULER_ANGLE")
one_segment();

View File

@@ -131,19 +131,17 @@ module hilbert_dragon() {
translate([-5.5, 3.5, -2.5])
rotate([-15, 0, 75])
sphere(0.5, $fn = 12);
sphere(0.5, $fn = 8);
}
module one_beard() {
translate([-11, -12, -11])
rotate(180)
linear_extrude(10, scale = 0, twist = 90)
linear_extrude(10, scale = 0.2, twist = 90)
translate([-10, -10, 0])
circle(0.75, $fn = 6);
circle(1, $fn = 6);
}
rotate([0, angy_angz[0] + 15, angy_angz[1]])
translate([0, 0, -25 / 2])
scale(1.15) {