Skip to content

Installation

Paul van Dinther edited this page Sep 25, 2021 · 2 revisions

Pathbuilder comes as a single .scad file with no dependencies whatsoever. Therefore you can simply download pathbuilder.scad and drop it into your project folder or in your openSCAD library folder.

Then add

include <pathbuilder.scad>

to the top of your source file and pathbuilder is ready to be used. Copy and paste the code block below in a new empty openSCAD project to test that pathbuilder can indeed be found:

include <pathbuilder.scad>

svgShape("m 0 0chamfer8h20fillet2v20fillet10h20v-10fillet2l35 20fillet2l-35 20fillet2v-10h-40fillet30z");
Clone this wiki locally