From 42ffc886165ca070874fa13b105fcbfc266221d9 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 22 Dec 2023 22:17:57 +0100 Subject: mech: pcb_case: Remove common.scad The filename `common.scad` does not explain anything about its content. With this commit the last part - rounded_cube - is moved to its own file. --- mech/pcb_case/panel.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mech/pcb_case/panel.scad') diff --git a/mech/pcb_case/panel.scad b/mech/pcb_case/panel.scad index a42f3a8..df4baf1 100644 --- a/mech/pcb_case/panel.scad +++ b/mech/pcb_case/panel.scad @@ -1,4 +1,4 @@ -use +use module pcb_case_panel(dim, t) { rounded_cube([t,dim[1]-2*t,dim[2]-2*t], t); -- cgit v1.2.3-70-g09d2