1 2 3 4 5 6 7
include <common.scad> module back() { pcb_case_panel_back(dim, t); } rotate([0,90,0]) back();