Added mount parameters for some of the PCBs

This commit is contained in:
Gregor Riepl 2021-05-04 23:53:58 +02:00
parent 5d030d534f
commit 5e3bb96257
3 changed files with 58 additions and 0 deletions

19
displaymount.scad Normal file
View file

@ -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 <mount.scad>

19
feedbackmount.scad Normal file
View file

@ -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 <mount.scad>

20
hatmount.scad Normal file
View file

@ -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 <mount.scad>