Skip to content

An OpenSCAD library with helper functions and modules.

License

Notifications You must be signed in to change notification settings

armin-fx/BandedScad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BandedScad

BandedScad is an OpenSCAD library.
It contains functions and modules to extend the OpenSCAD language. It's a playground for experiments.

Contents

What it does ^

Main functionality:

Separate stuff:

  • Compatibility files to use some new buildin functions from OpenSCAD in older OpenSCAD version

Installation ^

You must extract archive and copy 'banded.scad' and folder 'banded/' into a directory and now you can use it here.

Or you can copy this into the library folder from OpenSCAD for global use. The path for this directory depends on your system:

OS Path
Windows: My Documents\OpenSCAD\libraries
Linux: $HOME/.local/share/OpenSCAD/libraries
MacOS: $HOME/Documents/OpenSCAD/libraries

You can reach this from OpenSCAD menu File->Show Library Folder.

Use ^

Include library ^

You can include the whole library with

include <banded.scad>

You can load a specify libraries with

include <banded/ *** .scad>

Or even with use. But if you need this defined constants you must include the file separately. So you can keep the namespace clean.

use <banded/ ??? .scad>
include <banded/constants.scad>

To consider ^

This library is designed for OpenSCAD version 2021.01.
Because of the use of new language features that generates a syntax error on older OpenSCAD versions, the bibliothek can only used with version 2021.01 or higher. OpenSCAD can be downloaded from https://www.openscad.org/.

About

An OpenSCAD library with helper functions and modules.

Topics

Resources

License

Stars

Watchers

Forks

Packages