From 978b60fc477cf5610502d521b8c34f91157bc533 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Nov 2015 00:11:25 +0000 Subject: [PATCH] led-panel-ceiling-bracket: invert for printing --- led-panel-ceiling-bracket.scad | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/led-panel-ceiling-bracket.scad b/led-panel-ceiling-bracket.scad index 743cbc9..8f39a5b 100644 --- a/led-panel-ceiling-bracket.scad +++ b/led-panel-ceiling-bracket.scad @@ -48,4 +48,9 @@ module Bracket(){ } } -Bracket(); +module BracketPrint(){ + rotate([0,180,0]) + Bracket(); +} + +BracketPrint(); -- 2.30.2