mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 19:54:29 +02:00
remove *
This commit is contained in:
@@ -49,7 +49,7 @@ module hilbert_dragon() {
|
||||
square([2, 14], center = true);
|
||||
|
||||
// belly
|
||||
*translate([0, -3, 1])
|
||||
translate([0, -3, 1])
|
||||
rotate([-10, 0, 0])
|
||||
scale([1.1, 0.8, 1.25])
|
||||
sphere(5.5, $fn = 8);
|
||||
|
Reference in New Issue
Block a user