include <parameters.scad>

use <pcb_case/panel.scad>

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

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