The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
Find a file
2022-04-18 14:43:28 -07:00
.github More tutorial check tweaks. 2022-01-17 00:45:36 -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 Lots of docs tweaks for openscad-docsgen v2 2021-12-13 15:48:30 -08:00
tests fix doc bug in bottlecaps. 2022-04-08 20:17:41 -04:00
tutorials remove move with x= example 2022-03-30 20:52:47 -04:00
.gitignore Setup Problem Matcher. Added some deliberate docs errors to test with. 2021-03-30 15:27:57 -07:00
.openscad_docsgen_rc Added atype= to rect() 2022-03-07 18:59:05 -08:00
.openscad_mdimggen_rc Various documentation fixes. 2021-12-06 14:28:04 -08:00
affine.scad apply tweaks 2021-12-29 17:55:29 -05:00
attachments.scad Enabled attachable(..., geom=) 2022-04-11 18:33:19 -07:00
beziers.scad improve speed in trivial path subdivision (subdivide_path) 2022-04-15 16:12:53 -04:00
bosl1compat.scad Improvements for bosl1compat.scad 2021-05-09 16:44:51 -07:00
bottlecaps.scad Removed knurlings.scad as it's now handled by textures in skin.scad. 2022-04-17 20:14:10 -07:00
builtins.scad bug fixes for "default" color 2022-03-20 09:03:18 -04:00
color.scad usage messages fixes, req_children additions 2022-03-31 18:12:23 -04:00
comparisons.scad usage message fixes and doc tweaks 2022-04-08 19:37:46 -04:00
constants.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -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 make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
distributors.scad more usage message updates 2022-03-31 19:36:56 -04:00
drawing.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
fnliterals.scad Lots of docs tweaks for openscad-docsgen v2 2021-12-13 15:48:30 -08:00
gears.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
geometry.scad usage message fixes and doc tweaks 2022-04-08 19:37:46 -04:00
hingesnaps.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
joiners.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04: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 Merge branch 'master' of github.com:revarbat/BOSL2 into revarbat_dev 2021-12-13 15:51:06 -08:00
lists.scad typo fix 2022-04-07 17:50:15 -04:00
masks2d.scad usage message fixes and doc tweaks 2022-04-08 19:37:46 -04:00
masks3d.scad usage message fixes and doc tweaks 2022-04-08 19:37:46 -04:00
math.scad more usage updates 2022-03-31 18:36:09 -04: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 fix structs to work as documented (support arbitrary type keys) 2022-04-07 16:38:28 -04:00
mutators.scad usage message fixes and doc tweaks 2022-04-08 19:37:46 -04:00
nema_steppers.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
partitions.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
paths.scad improve speed in trivial path subdivision (subdivide_path) 2022-04-15 16:12:53 -04:00
polyhedra.scad usage fixes 2022-04-10 09:45:33 -04:00
README.md Update README.md 2021-04-13 15:16:06 -07:00
regions.scad Fixed offset() Examples. 2022-04-11 18:20:56 -07:00
rounding.scad Fixed interior_fillet(). Refactored circle_* functions. 2022-04-06 19:37:00 -07:00
screw_drive.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
screws.scad big fix 2022-04-08 23:03:00 -04:00
shapes2d.scad Fixed stray _attach_geom() calls. 2022-04-11 18:44:57 -07:00
shapes3d.scad Fixed stray _attach_geom() calls. 2022-04-11 18:44:57 -07:00
skin.scad linear_sweep() fixes. 2022-04-18 14:43:28 -07: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 usage messages fixes and some arg tweaks 2022-04-07 17:28:41 -04:00
structs.scad usage messages fixes and some arg tweaks 2022-04-07 17:28:41 -04:00
threading.scad make slop undef and add get_slop() 2022-04-11 22:18:52 -04:00
transforms.scad usage messages fixes, req_children additions 2022-03-31 18:12:23 -04:00
trigonometry.scad usage message fixes and doc tweaks 2022-04-08 19:37:46 -04:00
turtle3d.scad Removed doubled commas. 2022-03-18 13:19:41 -07:00
utility.scad usage fixes 2022-04-10 09:45:33 -04:00
vectors.scad usage message fixes and doc tweaks 2022-04-08 19:37:46 -04:00
version.scad usage messages fixes and some arg tweaks 2022-04-07 17:28:41 -04:00
vnf.scad usage messages fixes, req_children additions 2022-03-31 18:12:23 -04:00
walls.scad Regressions fixes. 2022-04-06 20:13:39 -07:00
wiring.scad version.scad docs tweaks. 2022-03-31 22:26:56 -07: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.

  • 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_xy(xa=30,ya=45) multmatrix([[1,0,tan(30),0],[0,1,tan(45),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], fillet=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, fillet=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