Getting Started

To use the YAPP API you need at a minimum the following:

include <./YAPPgenerator_v3.scad>
YAPPgenerate();

This assumes that the YAPPgenerator_v3.scad library file is in the same location as your script. If it is in another location update the "./" as needed to locate the library.

This will include the API and generate to box (in this case with all of the default settings).

While this will get you "a Box" it won't get you "your box". To get that you will need to add all of the options that you need.

So in addition to the two lines you need to define "your case".

Refer to the rest of this document for what all you can do/add to your case.

Last updated