OpenSCAD sorting box construction foundation for Fischertechnik parts
View the Project on GitHub proggi64/fischertechnik-box-foundation
Baustein 5 mit zwei Zapfen.

use <../Elements/FrameBlock5TwoStuds.scad>
FrameBlock5TwoStuds(
count=1);
space = get$FrameBlock5TwoStudsSpace(
count=1);
| Parameter | Typ | Beschreibung |
|---|---|---|
| count | Integer | Anzahl der Bausteine nebeneinander |
Fläche als [x,y]-Liste
use <../../Elements/FrameBlock5TwoStuds.scad>
count=3;
FrameBlock5TwoStuds(count);
