diff --git a/hardware/portapack_h1/case/pp_h1_stack.scad b/hardware/portapack_h1/case/pp_h1_stack.scad index d028c9d1..b5332327 100644 --- a/hardware/portapack_h1/case/pp_h1_stack.scad +++ b/hardware/portapack_h1/case/pp_h1_stack.scad @@ -712,7 +712,6 @@ module micro_sd_drill(clearance) { module portapack_h1_pcb_mounting_hole_drills() { translate([ 64, 104]) pcb_mounting_hole_drill(); - translate([126, 104]) pcb_mounting_hole_drill(); translate([176, 104]) pcb_mounting_hole_drill(); translate([ 64, 171]) pcb_mounting_hole_drill(); translate([176, 171]) pcb_mounting_hole_drill(); @@ -810,7 +809,6 @@ module portapack_h1_stack_hackrf_one() { module portapack_h1_stack_spacers() { hackrf_one_transform() { translate([ 64, 104]) spacer(); - translate([126, 104]) spacer(); translate([176, 104]) spacer(); translate([ 64, 171]) spacer(); translate([176, 171]) spacer(); @@ -825,7 +823,6 @@ module portapack_h1_stack_screws() { screw_tz = spacer_height + pp_h1_pcb_thickness; translate([0, 0, screw_tz]) portapack_h1_transform() { translate([ 64, 104]) screw(); - translate([126, 104]) screw(); translate([176, 104]) screw(); translate([ 64, 171]) screw(); translate([176, 171]) screw();