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.