The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
Find a file
2023-02-17 17:15:10 -08:00
.github Workflow updates to eliminate Node.js warnings. Pin joiner overhang fix. 2023-01-02 22:25:37 -08:00
examples More example fixes. 2022-03-25 21:51:51 -07:00
images Added logo to README. 2020-12-30 15:44:17 -08:00
scripts Added find_modular_asserts.sh 2022-09-03 17:00:11 -07:00
tests fix screws bugs relating to oversizing 2023-02-16 19:59:21 -05:00
tutorials doc fixes 2023-01-20 16:55:56 -05:00
.gitignore Setup Problem Matcher. Added some deliberate docs errors to test with. 2021-03-30 15:27:57 -07:00
.openscad_docsgen_rc Make docs use PNG animations. 2023-02-03 12:09:46 -08:00
.openscad_mdimggen_rc Make docs use PNG animations. 2023-02-03 12:09:46 -08:00
affine.scad Match affine3d skews up to affine2d_skew behaviour 2022-08-06 17:09:20 -07:00
attachments.scad Merge pull request #1030 from adrianVmariano/master 2023-01-22 22:29:33 -08:00
ball_bearings.scad Fixed ball_bearing examples. 2022-09-20 01:29:41 -07:00
beziers.scad assert cleanup 2022-11-09 16:54:27 -05:00
bosl1compat.scad doc fixes 2022-10-23 08:05:40 -04:00
bottlecaps.scad doc fixes 2023-01-20 07:10:57 -05:00
builtins.scad bug fixes for "default" color 2022-03-20 09:03:18 -04:00
color.scad Typo fix: raindow() 2022-04-21 23:34:15 -07:00
comparisons.scad change is_closed_path to are_ends_equal 2023-01-19 20:39:05 -05:00
constants.scad tags->tag 2022-05-15 13:05:24 -04:00
CONTRIBUTING.md fixed modulated_circle() to work as advertised 2020-12-01 23:56:57 +01:00
coords.scad usage messages fixes and some arg tweaks 2022-04-07 17:28:41 -04:00
cubetruss.scad Add $slop docs to modules that use $slop, fix stroke to accept 2022-11-09 22:22:30 -05:00
distributors.scad remove spurious union() calls in some examples 2023-02-17 15:00:57 -05:00
drawing.scad Add $slop docs to modules that use $slop, fix stroke to accept 2022-11-09 22:22:30 -05:00
fnliterals.scad Lots of docs tweaks for openscad-docsgen v2 2021-12-13 15:48:30 -08:00
gears.scad file summary improvements and tweaks 2022-04-21 00:26:20 -04:00
geometry.scad path_text fixes in progress, doc fix for plane3pt 2023-01-18 06:31:09 -05:00
hinges.scad offset() checks for zero offset and return original 2023-02-12 14:12:17 -05:00
joiners.scad Workflow updates to eliminate Node.js warnings. Pin joiner overhang fix. 2023-01-02 22:25:37 -08:00
LICENSE Updated copyright years. Split math.scad up. Enabled attach for lots of shapes. Removed backwards compatability. 2019-04-19 17:02:17 -07:00
linalg.scad add is_rotation() test, doc tweak 2022-02-27 22:38:20 -05:00
linear_bearings.scad lmXuu_info() bugfix. ball_bearing_info() bugfix. 2022-09-20 00:48:34 -07:00
lists.scad Fix slice() bug when index is off the end, doc fix 2023-01-28 11:53:02 -05:00
masks2d.scad Documented usage of 2D masks to make interior angle decorations. 2022-09-24 18:27:12 -07:00
masks3d.scad doc fixes 2023-01-20 07:10:57 -05:00
math.scad Fix short taper bug for spiral_sweep() 2022-11-22 18:54:01 -05:00
metric_screws.scad Merge branch 'master' of github.com:revarbat/BOSL2 into revarbat_dev 2021-12-13 15:51:06 -08:00
modular_hose.scad doc fixes 2023-01-20 07:10:57 -05:00
mutators.scad assert cleanup 2022-11-09 16:54:27 -05:00
nema_steppers.scad Add $slop docs to modules that use $slop, fix stroke to accept 2022-11-09 22:22:30 -05:00
partitions.scad Add $slop docs to modules that use $slop, fix stroke to accept 2022-11-09 22:22:30 -05:00
paths.scad change is_closed_path to are_ends_equal 2023-01-19 20:39:05 -05:00
polyhedra.scad assert cleanup 2022-11-09 16:54:27 -05:00
README.md skew() now can take angle arguments. 2022-07-10 20:58:19 -07:00
regions.scad offset() checks for zero offset and return original 2023-02-12 14:12:17 -05:00
rounding.scad better error handling in offset_stroke for invalid end treatment 2023-02-01 18:40:29 -05:00
screw_drive.scad Add $slop docs to modules that use $slop, fix stroke to accept 2022-11-09 22:22:30 -05:00
screws.scad bugfix 2023-02-16 21:04:24 -05:00
shapes2d.scad doc fix 2023-02-03 17:27:44 -05:00
shapes3d.scad doc fix 2023-02-17 19:22:29 -05:00
skin.scad doc fixes, allow threads=true with screw specs 2023-02-06 18:31:01 -05:00
sliders.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
std.scad Merge pull request #804 from adrianVmariano/master 2022-03-18 13:26:03 -07:00
strings.scad expose _str_cmp as substr_match and doc tweaks 2022-08-14 20:33:31 -04:00
structs.scad fix screws bugs relating to oversizing 2023-02-16 19:59:21 -05:00
threading.scad fix bug in left hand spirals in spiral_sweep 2023-01-31 22:49:23 -05:00
transforms.scad Fix for #1018: distributors.scad matrix functions 2023-01-18 01:04:44 -08:00
trigonometry.scad fix typo 2023-01-20 23:59:03 -05:00
tripod_mounts.scad screws update, including critical bugfix 2022-09-08 21:37:54 -04:00
turtle3d.scad Removed doubled commas. 2022-03-18 13:19:41 -07:00
utility.scad change path_spread and ovoid_spread to path_copies and sphere_copies 2022-10-14 18:32:04 -04:00
vectors.scad Fix short taper bug for spiral_sweep() 2022-11-22 18:54:01 -05:00
version.scad usage messages fixes and some arg tweaks 2022-04-07 17:28:41 -04:00
vnf.scad comment out example 2023-02-03 18:54:30 -05:00
walls.scad file summary improvements and tweaks 2022-04-21 00:26:20 -04:00
wiring.scad file summary improvements and tweaks 2022-04-21 00:26:20 -04:00
WRITING_DOCS.md Update WRITING_DOCS.md file. 2022-02-27 22:12:20 -08:00

BOSL2

BOSL2 Logo

The Belfry OpenScad Library, v2

A library for OpenSCAD, filled with useful tools, shapes, masks, math and manipulators, designed to make OpenSCAD easier to use.

Requires OpenSCAD 2021.01 or later.

  • NOTE: BOSL2 IS BETA CODE. THE CODE IS STILL BEING REORGANIZED.
  • NOTE2: CODE WRITTEN FOR BOSLv1 PROBABLY WON'T WORK WITH BOSL2!

Join the chat at https://gitter.im/revarbat/BOSL2 BOSL2 Docs

Installation

  1. Download the .zip or .tar.gz release file for this library.
  2. Unpack it. Make sure that you unpack the whole file structure. Some zipfile unpackers call this option "Use folder names". It should create either a BOSL-v2.0 or BOSL2-master directory with the library files within it. You should see "examples", "scripts", "tests", and other subdirectories.
  3. Rename the unpacked main directory to BOSL2.
  4. Move the BOSL2 directory into the apropriate OpenSCAD library directory for your platform:
    • Windows: My Documents\OpenSCAD\libraries\
    • Linux: $HOME/.local/share/OpenSCAD/libraries/
    • Mac OS X: $HOME/Documents/OpenSCAD/libraries/
  5. Restart OpenSCAD.

Examples

A lot of the features of this library are to allow shorter, easier-to-read, intent-based coding. For example:

BOSL2/transforms.scad Examples Raw OpenSCAD Equivalent
up(5) translate([0,0,5])
xrot(30,cp=[0,10,20]) translate([0,10,20]) rotate([30,0,0]) translate([0,-10,-20])
xcopies(20,n=3) for (dx=[-20,0,20]) translate([dx,0,0])
zrot_copies(n=6,r=20) for (zr=[0:5]) rotate([0,0,zr*60]) translate([20,0,0])
skew(sxz=0.5,syz=0.333) multmatrix([[1,0,0.5,0],[0,1,0.333,0],[0,0,1,0],[0,0,0,1]])
BOSL2/shapes.scad Examples Raw OpenSCAD Equivalent
cube([10,20,30], anchor=BOTTOM); translate([0,0,15]) cube([10,20,30], center=true);
cuboid([20,20,30], rounding=5); minkowski() {cube([10,10,20], center=true); sphere(r=5, $fn=32);}
prismoid([30,40],[20,30],h=10); hull() {translate([0,0,0.005]) cube([30,40,0.01], center=true); translate([0,0,9.995]) cube([20,30,0.01],center=true);}
xcyl(l=20,d=4); rotate([0,90,0]) cylinder(h=20, d=4, center=true);
cyl(l=100, d=40, rounding=5); translate([0,0,50]) minkowski() {cylinder(h=90, d=30, center=true); sphere(r=5);}

Documentation

The full library docs can be found at https://github.com/revarbat/BOSL2/wiki