Skip to content

jaydee69/open-bricks-technic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-bricks-technic

An OpenSCAD library for creating brick-technic models.

Usage

Just clone or copy the open-bricks-technic library to your desired folder and include the files by using include <./path/to/open-bricks-technic/parts/ObtParts.scad> to your project.

In case of cloning the files to ./lib/ a file could e.g. look like

    include <./libs/open-bricks-technic/parts/ObtParts.scad>

    obtLftStd(5, "red");

and its output will result in

Simple example

More information, you can find in the detailed description.

Available parts

Axles

obtAxlStd(11, "lightgrey");
obtAxlStd(9, "#303030");
obtAxlStd(7, "lightgrey");
obtAxlStd(5, "#303030");
obtAxlStd(3, "lightgrey");
obtAxlStd(2, "#303030");

Axles overview

Liftarms

obtLftStd(7, "red");
obtLftStd(5, "lightgrey");
obtLftStd(3, "#303030");
obtLftTee3x3("#303030");
obtLftEll5x3("green");

Bars overview

Pins

obtPinConnector();
obtPinDoubleConnector();

Pins overview

Connectors

obtCon4PinStd();
obtCon4PinAngled();
obtCon2PinSglHole();

Connectors overview

Link collection

  • Catalog of the online trading platform Bricklink
  • A list to a lot of real parts, buyable in a German brick shop

About

An OpenSCAD library for creating brick models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published