From 9d87552f99b70ea9d8a8037b67e9be240f5957ce Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 3 Jan 2024 11:18:28 +0100 Subject: mech: Switch to custom front panel The front panel needs holes for the HDMI, micro USB and cinch connectors of the Raspberry Pi Zero W. --- mech/production.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mech/production.scad') diff --git a/mech/production.scad b/mech/production.scad index 448a439..1485a39 100644 --- a/mech/production.scad +++ b/mech/production.scad @@ -1,5 +1,7 @@ include +use + use use use @@ -23,7 +25,7 @@ module production() { translate([dim[0], dim[1]+spacing, 0]) rotate([0, -90, 0]) translate([2*t-dim[0], -t, -t]) - pcb_case_panel_front(pcb_dim, margins, t); + panel_front(pcb_dim, margins, t); } production(); -- cgit v1.2.3-70-g09d2