12 lines
367 B
Markdown
12 lines
367 B
Markdown
## 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:
|
|
|
|
```c
|
|
include <BOSL2/std.scad>;
|
|
include <Typography/typo.scad>;
|
|
include <titleBlock.scad>;
|
|
``` |