mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 16:47:38 +00:00
Case: Remove extra mounting hole from PortaPack model.
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user