From 91eed27c9f3da532edb33cb8cd2b7c1d884640b7 Mon Sep 17 00:00:00 2001 From: davor Date: Thu, 28 Dec 2017 15:29:17 +0100 Subject: [PATCH] box: cut for audio jack --- box/upbox-ulx3s.scad | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/box/upbox-ulx3s.scad b/box/upbox-ulx3s.scad index 8f2b735..87efab5 100644 --- a/box/upbox-ulx3s.scad +++ b/box/upbox-ulx3s.scad @@ -419,14 +419,17 @@ difference() cube([21,10,3],center=true); // cut off for HDMI translate([52,60,8]) - cube([22,10,6],center=true); + cube([22,10,6],center=true); + // cut off for AUDIO + translate([31,60,8]) + rotate([90,0,0]) + cylinder(d=11,h=10,$fn=32,center=true); } if (PCBFeet==1) // Feet translate([PCBPosX,PCBPosY,0]) difference() { Feet(); - } }