From 6c15fc2fe09f8b427ec8e8807170c76d54516ee7 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 4 Oct 2019 09:44:28 +0800 Subject: [PATCH] refactor --- examples/cat_corner_protector.scad | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/cat_corner_protector.scad b/examples/cat_corner_protector.scad index 9f0a6984..6c1c47af 100644 --- a/examples/cat_corner_protector.scad +++ b/examples/cat_corner_protector.scad @@ -12,8 +12,13 @@ module cat_corner_protector(radius) { rotate([45, -90, 0]) translate([0, 0, -radius]) intersection() { - crystal_ball(radius = radius, thickness = 1); - + crystal_ball( + radius = radius, + theta = 360, + phi = 90, + thickness = 1 + ); + linear_extrude(radius * 1.5) hull() { translate([radius * 0.4, 0, 0])