From 285e100abf2ec0736cded36aba938098b1b7bb60 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Jan 2024 23:41:18 +0100 Subject: mech: pcb_case: Switch panel to PCB-based params The whole case should move from case- to PCB-based parameters. --- mech/production.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mech/production.scad') diff --git a/mech/production.scad b/mech/production.scad index 471b3c0..52e4ece 100644 --- a/mech/production.scad +++ b/mech/production.scad @@ -23,12 +23,12 @@ module production() { translate([-spacing, dim[1]+spacing, 0]) rotate([0, -90, 0]) translate([-t, -t, -t]) - pcb_case_panel_back(dim, t); + pcb_case_panel_back(pcb_dim, margins, t); translate([dim[0], dim[1]+spacing, 0]) rotate([0, -90, 0]) translate([2*t-dim[0], -t, -t]) - pcb_case_panel_front(dim, t); + pcb_case_panel_front(pcb_dim, margins, t); } production(); -- cgit v1.2.3-70-g09d2