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,6 +58,7 @@ module one_segment() {
square([2, 12], center = true); square([2, 12], center = true);
// belly // belly
hull() {
translate([0, -2.5, 1]) translate([0, -2.5, 1])
rotate([-10, 0, 0]) rotate([-10, 0, 0])
scale([1.1, 0.8, 1.25]) scale([1.1, 0.8, 1.25])
@@ -67,7 +68,7 @@ module one_segment() {
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() {