include <common.scad>

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

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