Case: Remove extra mounting hole from PortaPack model.

This commit is contained in:
Jared Boone 2017-06-06 11:53:11 -07:00
parent a14f764665
commit 626835297b

View File

@ -712,7 +712,6 @@ module micro_sd_drill(clearance) {
module portapack_h1_pcb_mounting_hole_drills() { module portapack_h1_pcb_mounting_hole_drills() {
translate([ 64, 104]) pcb_mounting_hole_drill(); translate([ 64, 104]) pcb_mounting_hole_drill();
translate([126, 104]) pcb_mounting_hole_drill();
translate([176, 104]) pcb_mounting_hole_drill(); translate([176, 104]) pcb_mounting_hole_drill();
translate([ 64, 171]) pcb_mounting_hole_drill(); translate([ 64, 171]) pcb_mounting_hole_drill();
translate([176, 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() { module portapack_h1_stack_spacers() {
hackrf_one_transform() { hackrf_one_transform() {
translate([ 64, 104]) spacer(); translate([ 64, 104]) spacer();
translate([126, 104]) spacer();
translate([176, 104]) spacer(); translate([176, 104]) spacer();
translate([ 64, 171]) spacer(); translate([ 64, 171]) spacer();
translate([176, 171]) spacer(); translate([176, 171]) spacer();
@ -825,7 +823,6 @@ module portapack_h1_stack_screws() {
screw_tz = spacer_height + pp_h1_pcb_thickness; screw_tz = spacer_height + pp_h1_pcb_thickness;
translate([0, 0, screw_tz]) portapack_h1_transform() { translate([0, 0, screw_tz]) portapack_h1_transform() {
translate([ 64, 104]) screw(); translate([ 64, 104]) screw();
translate([126, 104]) screw();
translate([176, 104]) screw(); translate([176, 104]) screw();
translate([ 64, 171]) screw(); translate([ 64, 171]) screw();
translate([176, 171]) screw(); translate([176, 171]) screw();