1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 12:10:47 +02:00
This commit is contained in:
Justin Lin
2020-07-11 10:26:25 +08:00
parent 9f5fce8793
commit f3db814318

View File

@@ -49,7 +49,7 @@ module hilbert_dragon() {
square([2, 14], center = true); square([2, 14], center = true);
// belly // belly
*translate([0, -3, 1]) translate([0, -3, 1])
rotate([-10, 0, 0]) rotate([-10, 0, 0])
scale([1.1, 0.8, 1.25]) scale([1.1, 0.8, 1.25])
sphere(5.5, $fn = 8); sphere(5.5, $fn = 8);