reform2-speaker-spacer.scad 92 B

12345
  1. difference() {
  2. cube([18.5,13.5,1]);
  3. translate([1.75,1.75,-0.5]) cube([15,10,2]);
  4. }