From 9fb90341af103e5b3500070bd1f26d1d43db350d Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 6 Oct 2019 09:55:52 +0800 Subject: [PATCH] remove star --- examples/maze/heart_maze.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/maze/heart_maze.scad b/examples/maze/heart_maze.scad index 78c2a972..27d75149 100644 --- a/examples/maze/heart_maze.scad +++ b/examples/maze/heart_maze.scad @@ -102,7 +102,7 @@ maze = go_maze(1, 1, ); intersection() { - *union() { + union() { ellipse_extrude(height_of_heart / 2) heart(radius_of_heart + wall_thickness , tip_r_of_heart);