Parametric Model Maker - Including Threads Library Runs Demo

I was working on something today and included the “threads” library (copy/pasted from within PMM when clicking on the Docs icon):

include <threads-scad/threads.scad>;

The problem is, the “library” also includes a Demo function, and by default the Demo function gets called.
So you end up with your model + a bunch of nuts and bolts.

Try

use <threads-scad/threads.scad>;

1 Like

That’s the ticket!

They should update the docs to specify using “use” instead of “include”.

1 Like