summaryrefslogtreecommitdiff
path: root/mech/front.scad
blob: e35c146794ff5c2705b5af9248236188c11fcc09 (plain)
1
2
3
4
5
6
7
include <common.scad>

module front() {
	pcb_case_panel_front(dim, t);
}

rotate([0,90,0]) front();