1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 02:04:16 +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);
// belly
hull() {
translate([0, -2.5, 1])
rotate([-10, 0, 0])
scale([1.1, 0.8, 1.25])
@@ -67,7 +68,7 @@ module one_segment() {
rotate([-5, 0, 0])
scale([1, 0.8, 1.6])
sphere(5.5, $fn = 8);
}
}
module tail() {