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

simplify it

This commit is contained in:
Justin Lin
2021-07-21 13:36:42 +08:00
parent cdccc4723b
commit 904e15667d

View File

@@ -58,16 +58,17 @@ module one_segment() {
square([2, 12], center = true); square([2, 12], center = true);
// belly // belly
translate([0, -2.5, 1]) hull() {
rotate([-10, 0, 0]) translate([0, -2.5, 1])
scale([1.1, 0.8, 1.25]) rotate([-10, 0, 0])
sphere(5.8, $fn = 8); scale([1.1, 0.8, 1.25])
sphere(5.8, $fn = 8);
translate([0, 0, -1.65]) translate([0, 0, -1.65])
rotate([-5, 0, 0]) rotate([-5, 0, 0])
scale([1, 0.8, 1.6]) scale([1, 0.8, 1.6])
sphere(5.5, $fn = 8); sphere(5.5, $fn = 8);
}
} }
module tail() { module tail() {