Quotes/docs/Dependencies.md

367 B

Project Dependencies

To use these libraries in your OpenSCAD project:

  1. Ensure that you have the libraries (BOSL2, Typography, and titleBlock) in your OpenSCAD library path or project folder.
  2. Use the include directive to bring in the necessary files. For example:
include <BOSL2/std.scad>;
include <Typography/typo.scad>;
include <titleBlock.scad>;