Prpol STL Core Library
A starter set of ready-to-print prpol parts, curated so you can start building right away. It includes a sampler from every category: blocks and plates, truss hubs and struts, gears and wheels, transition parts, specialty parts, and tools.
To print, unzip the folder and import any STL into your favorite slicer. See the docs for part-specific print setup tips.
Prpol OpenSCAD Source Library
The complete prpol OpenSCAD source library. This is the way prpol is intended to be used. If you plan on using prpol beyond a trial build, this is the way to go. Generate any part in any size by changing a few parameters, no programming experience required.
Requires OpenSCAD
(free, from openscad.org). Unzip the folder, open
my-first-project.scad, and start typing module calls
like bin([2,3,4]); — the
quickstart guide walks you through it.