OpenSCAD's MCAD Library

What is it?

If you have downloaded the latest Development Snapshot, the application folder will contain the MCAD library:


There are several files within the MCAD folder:


In order to use an MCAD file, you need to specify which file in the first lines of your OpenSCAD file:
use <MCAD/boxes.scad>
roundedBox([30, 30, 40], 5, true);