From 023a68ba1d963c60f137648da47f935221f96568 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 25 Apr 2017 10:43:04 -0700 Subject: [PATCH] Case: Remove two bosses in center and along side of PCB. --- hardware/portapack_h1/case/pp_h1_shell.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/portapack_h1/case/pp_h1_shell.scad b/hardware/portapack_h1/case/pp_h1_shell.scad index 86241a336..c637c1594 100644 --- a/hardware/portapack_h1/case/pp_h1_shell.scad +++ b/hardware/portapack_h1/case/pp_h1_shell.scad @@ -18,10 +18,10 @@ module attach_center() { module pcb_supports() { translate(mounting_drills[0]) attach_corner(); - translate(mounting_drills[1]) rotate(90) attach_side(); + // translate(mounting_drills[1]) rotate(90) attach_side(); translate(mounting_drills[2]) rotate(90) attach_corner(); translate(mounting_drills[3]) rotate(270) attach_corner(); - translate(mounting_drills[4]) attach_center(); + // translate(mounting_drills[4]) attach_center(); translate(mounting_drills[5]) rotate(180) attach_corner(); }