From f3db8143184c948b21fd5586b0a2bf4ddc0df435 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 11 Jul 2020 10:26:25 +0800 Subject: [PATCH] remove * --- examples/turtle/hilbert_dragon.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/turtle/hilbert_dragon.scad b/examples/turtle/hilbert_dragon.scad index cf4ab132..6afc025d 100644 --- a/examples/turtle/hilbert_dragon.scad +++ b/examples/turtle/hilbert_dragon.scad @@ -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);