maker-panel 0.13.0

Generator for modular mechanical panels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
let screw_holes = column center {
  [12] R<7.5>(h)
  [11] R<7.5>(h)
  [12] R<7.5>(h)
};

wrap ($screw_holes) with {
  top-0.5 => C<2>,
  top+0.5 => C<2>,
  bottom-0.5 => C<2>,
  bottom+0.5 => C<2>,
}