From 566acf7a998646ac29d21575f72e12357294eda7 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 26 Sep 2019 08:19:19 +0800 Subject: [PATCH] format --- src/rounded_cylinder.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rounded_cylinder.scad b/src/rounded_cylinder.scad index 377f276d..858abfe8 100644 --- a/src/rounded_cylinder.scad +++ b/src/rounded_cylinder.scad @@ -24,9 +24,9 @@ module rounded_cylinder(radius, h, round_r, convexity = 2, center = false) { center_pt = center ? [0, 0, 0] : [0, 0, h/2]; translate(center_pt) - rotate(180) - rotate_extrude(convexity = convexity) - polygon(shape_pts); + rotate(180) + rotate_extrude(convexity = convexity) + polygon(shape_pts); // hook for testing test_center_half_trapezium(center_pt, shape_pts);