From a60545a89c23d1a025b1e0993a91e23916787190 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Jul 2016 00:06:59 +0100 Subject: [PATCH] earring-stand: deal with some comments and formatting --- earring-stand.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/earring-stand.scad b/earring-stand.scad index f68ff55..154a5a2 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -224,13 +224,14 @@ module Base(){ } module Front(){ - %ObjectJoins(1); + ObjectJoins(1); rotate([0, 90-beta, 0]) translate([0, 0, ppxl]) - rotate([0,0,90]) + rotate([0,0,90]) { cube([front_width, front_height - (-ppxl) + thicks[1], thicks[1]]); + } } module Back(){ -- 2.30.2