diff --git a/files/Ultimate_Box.scad b/files/Ultimate_Box.scad index ec2406d..b4ad9ec 100644 --- a/files/Ultimate_Box.scad +++ b/files/Ultimate_Box.scad @@ -655,6 +655,9 @@ module TopShell() { translate([60, 40, -Thick]) { cube([30, 90, Thick*3]); } + translate([120, 85, -Thick]) { + cylinder(Thick*3, d=16); + } } } }