include <common.scad>

module back() {
	pcb_case_panel_back(dim, t);
}

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