You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-36Lines changed: 3 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,7 @@ Modules and functions to create PVC pipe models within OpenSCAD
5
5
6
6
Models have their dimensions and sizes pulled from existing specifications, organized by PVC schedule and size, so they should be sized the same as parts found in a hardware store. PVC parts modeled here come with simple BOSL2 attachable endpoints, so joining parts together relatively easy when constructing pipe layouts or new component parts.
7
7
8
-
# Usage
9
-
10
-
Models start by selecting a PVC specification. A range of public PVC specifications are inline to the library: they define diameters and thicknesses and thread sizing for existing piping.
11
-
12
-
Once a specification is selected, it can be reused over and over to create individual PVC parts.
13
-
14
-
Individual PVC parts can be quickly modeled and attached to each other using BOSL2's Attachment feature.
There's other examples in [the examples directory](examples/), and a full overview on selecting PVC specifications by schedule, and on joining individual PVC parts, can be found in [the docs](docs/openscad_pvc.scad.md).
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.
41
-
42
-
## Required OpenSCAD Version
43
-
Building and using the `openscad_pvc` library requires OpenSCAD 2021.01 or later. Visit https://openscad.org/ for installation instructions.
44
-
45
-
## Requried External Libraries
46
-
47
-
### BOSL2
48
-
Belfry OpenSCAD Library (v.2). Authored by a number of contributors. Located at https://github.com/revarbat/BOSL2
49
-
50
-
To download this library, follow the instructions provided at https://github.com/revarbat/BOSL2#installation
Additional information on external libraries needed can be found at [the Installation wiki](https://github.com/jon-gilbert/openscad_pvc/wiki/Installation).
0 commit comments