From bc7bf72d46197efe2ed2bffd8cba86cf58e51a79 Mon Sep 17 00:00:00 2001 From: Andreas Schiweck Date: Tue, 25 Jun 2019 22:47:00 +0200 Subject: [PATCH] - removed debug color --- RackCabinets/SMSLSA50/case.scad | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RackCabinets/SMSLSA50/case.scad b/RackCabinets/SMSLSA50/case.scad index 858dd55..86da18f 100755 --- a/RackCabinets/SMSLSA50/case.scad +++ b/RackCabinets/SMSLSA50/case.scad @@ -19,7 +19,7 @@ sa50_length = 117.5; sa50_height = 36.6; sa50_width = 87.8; -Part = "b"; // [a:All, b:FrontPlate, b2:FrontPlate2, c:Cabinet, d:Lid, e:BackPlate, f:Handles] +Part = "a"; // [a:All, b:FrontPlate, b2:FrontPlate2, c:Cabinet, d:Lid, e:BackPlate, f:Handles] Units = 5; Depth = sa50_length; @@ -169,8 +169,8 @@ module cabinet_supported () { } } translate([((sixinch - sa50_width) / 2) + 5 + 10, 20, sa50_length - 13]) { - rotate([90, 0, 0]) {color("red"){ - cylinder(h=8, r=5.5);} + rotate([90, 0, 0]) { + cylinder(h=8, r=5.5); } } } @@ -182,8 +182,8 @@ module cabinet_supported () { } } translate([((sixinch - sa50_width) / 2) + sa50_width - 5 - 10, 20, sa50_length - 13]) { - rotate([90, 0, 0]) {color("red"){ - cylinder(h=8, r=5.5);} + rotate([90, 0, 0]) { + cylinder(h=8, r=5.5); } } }