From 5e3bb962576287a54d82c8e5329a07ba6244c017 Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Tue, 4 May 2021 23:53:58 +0200 Subject: [PATCH] Added mount parameters for some of the PCBs --- displaymount.scad | 19 +++++++++++++++++++ feedbackmount.scad | 19 +++++++++++++++++++ hatmount.scad | 20 ++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 displaymount.scad create mode 100644 feedbackmount.scad create mode 100644 hatmount.scad diff --git a/displaymount.scad b/displaymount.scad new file mode 100644 index 0000000..a602c58 --- /dev/null +++ b/displaymount.scad @@ -0,0 +1,19 @@ +pcb_width=85; +pcb_length=36; +pcb_hole_left=2.5; +pcb_hole_top=2.5; +plate_pcb_left=6; +plate_pcb_top=6; +plate_height=3; +standoff_height=30; +standoff_hole=2.8; +standoff_wall=2; +mounting_hole_left=25; +mounting_hole_top=10; +mounting_hole_dia=3.5; +mounting_hole_depth=1.5; +mounting_hole_angle=45; + +$fn=50; + +include \ No newline at end of file diff --git a/feedbackmount.scad b/feedbackmount.scad new file mode 100644 index 0000000..23c516f --- /dev/null +++ b/feedbackmount.scad @@ -0,0 +1,19 @@ +pcb_width=74; +pcb_length=35; +pcb_hole_left=3; +pcb_hole_top=3; +plate_pcb_left=6; +plate_pcb_top=6; +plate_height=3; +standoff_height=10; +standoff_hole=2.8; +standoff_wall=2; +mounting_hole_left=25; +mounting_hole_top=10; +mounting_hole_dia=3.5; +mounting_hole_depth=1.5; +mounting_hole_angle=45; + +$fn=50; + +include \ No newline at end of file diff --git a/hatmount.scad b/hatmount.scad new file mode 100644 index 0000000..16907d3 --- /dev/null +++ b/hatmount.scad @@ -0,0 +1,20 @@ +pcb_width=65; +pcb_length=30; +pcb_hole_left=3.5; +pcb_hole_top=3.5; +plate_pcb_left=6; +plate_pcb_top=6; +plate_height=3; +standoff_height=10; +standoff_hole=2.8; +standoff_wall=1.5; +mounting_hole_left=25; +mounting_hole_top=10; +mounting_hole_dia=3.5; +mounting_hole_depth=0.6; +mounting_hole_angle=45; + +$fn=50; + + +include \ No newline at end of file