How to use the prpol STL core library
The prpol STL core library is an introductory set of parts for anyone who wants to start building with prpol without having to install OpenSCAD. To access the full range of parts and part sizes, see the instructions below on how to generate custom prpol part STLs with OpenSCAD.
- Download the prpol STL core library from the Downloads page
- Unzip the downloaded PRPOL folder to a location on your computer.
- Import any of the included STL files into your preferred slicer software.
- Find the part's docs page below for any special print setup steps it may require.
How to customize prpol parts with OpenSCAD
OpenSCAD is free CAD software for designining 3D models by writing code. The prpol OpenSCAD source library is a set of easy-to-use bundles of code called modules. Each part in the prpol library has an OpenSCAD module. By changing the parameters of these modules, you can generate prpol parts of different sizes and shapes. You don't need any programming experience to get started.
- Download OpenSCAD from openscad.org and install it.
- Download the prpol OpenSCAD source library from the Downloads page.
- Unzip the downloaded PRPOL folder to a location on your computer.
- Start OpenSCAD. Use File → Open to open
my-first-project.scadfrom the unzipped folder. - Copy a module call from one of the cards below and paste it into
my-first-project.scadin OpenSCAD. - Optionally, adjust the parameters inside the parentheses to customize the part.
- Click Preview (F5) to preview, or Render (F6) to fully render the geometry.
- Use File → Export → Export as STL to save the rendered model for 3D printing.
- Find the part's docs page below for any special print setup steps it may require.