addon.scad 129 B

1234567
  1. function addon_size() = [
  2. 100, 50
  3. ];
  4. module addon_cutoff() {
  5. square([addon_size().x, addon_size().y], center = true);
  6. }