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

reduce complexity

This commit is contained in:
Justin Lin
2020-06-27 07:46:34 +08:00
parent 24785ecba5
commit bba2334667

View File

@@ -38,7 +38,7 @@ module one_segment() {
}
// hair
for(i = [0:5]) {
for(i = [0:2]) {
rotate([15 -15 * i, 0, 0])
translate([0, 3, -4])
rotate([45, 0, 0])
@@ -48,8 +48,6 @@ module one_segment() {
circle(3, $fn = 3);
}
scale([1, 1, 1.1]) sphere(5);
// belly
translate([0, -3, 1])
rotate([-10, 0, 0])