Skip to content

Installation

Jon Gilbert edited this page Aug 14, 2023 · 2 revisions

Installation

Installing this library should be as simple as downloading the .scad file and copying it to your OpenSCAD library directory:

wget -N -q -O openscad_pvc.scad https://raw.githubusercontent.com/jon-gilbert/openscad_pvc/main/openscad_pvc.scad

The library directory will vary based on your OS; see https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries#Library_locations for the correct location for you.

Required OpenSCAD Version

Building and using the openscad_pvc library requires OpenSCAD 2021.01 or later. Visit https://openscad.org/ for installation instructions.

Required External Libraries

BOSL2

Belfry OpenSCAD Library (v.2). Authored by a number of contributors. Located at https://github.com/BelfrySCAD/BOSL2

To download this library, follow the instructions provided at https://github.com/BelfrySCAD/BOSL2#installation

openscad_objects: object_common_functions.scad

Objectified OpenSCAD library. Authored by Jonathan Gilbert. Located at https://github.com/jon_gilbert/openscd_objects

To download this library,

wget -N -q -O object_common_functions.scad https://raw.githubusercontent.com/jon-gilbert/openscad_objects/main/object_common_functions.scad

...and copy it to your OpenSCAD library directory.

Clone this wiki locally