diff options
Diffstat (limited to 'mech/front.scad')
-rw-r--r-- | mech/front.scad | 2 |
1 files changed, 2 insertions, 0 deletions
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 <common.scad> +use <pcb_case/panel.scad> + module front() { pcb_case_panel_front(dim, t); } |