let size_x = !{25}; let size_y = !{25}; let cutout = !{25}; let top = wrap(R<10,15>) with { top align interior => mount_cut<8>, }; let left = wrap(R<15,10>) with { left align interior => mount_cut_left<8>, }; wrap(R) with { max-top align interior => $top, max-left align interior => $left, # Cutouts min-top align interior => negative { T }, max-bottom align interior => negative { T }, }