OpenSCAD sorting box construction foundation for Fischertechnik parts
View the Project on GitHub proggi64/fischertechnik-box-foundation
E-Tec-, Electronics Modul oder Robotics Modul mit Fach für montiertes Kabel.
Das Element kann an Wände oder in Ecken des Sortierkastens angedockt werden.
use <../Elements/FrameElectronicsController.scad>
include <../../Base/PlacementOptions.scad>
FrameElectronicsController(
alignX);
space = get$FrameElectronicsControllerSpace(
alignX);
Parameter | Typ | Beschreibung |
---|---|---|
alignX | typ | beschreibung |
Fläche als [x,y]-Liste
use <../../Base/Placement.scad>
use <../../Base/Boxes.scad>
use <../../Elements/FrameElectronicsController.scad>
include <../../Base/PlacementOptions.scad>
Box190();
Place(alignX=AlignRight, alignY=AlignTop, elementSpace=getFrameElectronicsControllerSpace())
FrameElectronicsController(alignX=AlignRight, alignY=AlignTop);