matemat/hatmount.scad
2021-05-04 23:53:58 +02:00

20 lines
323 B
OpenSCAD

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>