Skip to content
Revar Desmera edited this page Feb 10, 2019 · 25 revisions

Welcome to the Belfry OpenScad Library Documentation Wiki!

The library files are as follows:

Commonly Used

  • transforms.scad: The most commonly used transformations, manipulations, and shortcuts are in this file.
  • shapes.scad: Common useful shapes and structured objects.
  • masks.scad: Shapes that are useful for masking with difference() and intersect().
  • threading.scad: Modules to make triangular and trapezoidal threaded rods and nuts.
  • paths.scad: Functions and modules to work with arbitrary 3D paths.
  • beziers.scad: Functions and modules to work with bezier curves.

Standard Parts

Miscellaneous

  • math.scad: Useful helper functions and constants.
  • quaternions.scad: Functions to work with quaternion rotations.
  • debug.scad: Modules to help debug creation of beziers, polygons()s and polyhedron()s
Clone this wiki locally