From ee5994c2b09272bd192e1c74ac56f6333ff1cc0b Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 Dec 2023 16:52:13 +0100 Subject: mech: Add use statements only where required This avoids unrequired usage of other source files and cleans up the common.scad file. --- mech/front.scad | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mech/front.scad') diff --git a/mech/front.scad b/mech/front.scad index e35c146..aca7e23 100644 --- a/mech/front.scad +++ b/mech/front.scad @@ -1,5 +1,7 @@ include +use + module front() { pcb_case_panel_front(dim, t); } -- cgit v1.2.3-70-g09d2