OpenSCAD MCAD Libraries

Installing

Install the latest version of OpenSCAD. This version will include the MCAD library, but on certain systems, you'll have to do a little more than just downloading the application.

Mac

On OSX, in order to use the short path to the MCAD library
  1. Launch Automator


  2. Select Application


  3. Look for the Run Shell Script action and select it.


  4. Change the script to /bin/bash


  5. Paste in the following:
    pwd /Applications/OpenSCAD.app/Contents/Resources/libraries
    ../../MacOS/OpenSCAD



  6. Save it as OpenSCAD and save it somewhere other than Applications


  7. Open Spotlight and type in OpenSCAD, select the version you created. Your library path should now work as intended. Test it with:
    include <./MCAD/boxes.scad>
    roundedBox([20, 30, 40], 5, true);
    




Windows




Linux