diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index 8c20b72..2551326 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -451,12 +451,12 @@ module Holes(top=0) { hole(); } } - if (FRTab!= top) { + if (FRTab != top) { translate([Length - MountInset, Width, 0]) { hole(); } } - if (BLTab!= top) { + if (BLTab != top) { translate([MountInset, 0, 0]) { rotate([0, 0, 180]) { hole();