electronic-circuit-to-working-model by wolle57 3d
3dmdb logo
Thingiverse
electronic-circuit-to-working-model by wolle57

electronic-circuit-to-working-model by wolle57

by Thingiverse
Last crawled date: 3 years ago
My first meager attempt with a modular circuit-to-model-building-system in Open-Scad.
You can place 20x20mm-parts as transistors, resistors, .... and get a circuit-board / model as shown with the AMV-Board.
You can customize the circuits in Open-Scad with ease.
The wireing can be done simple, or as an artwork, just, as you wish.
As i printed the object with my k8200 i did it with standard resolution. As you can see, print it with best resolution of your printer! Though its awfull, i'll put some parts on it and put a photo here.
It is -and will be- a work in progress project. For the moment there are the following parts as modules integrated:
Resistors (Widerstand)
Transistors (Transistor)
Electrolytic capazitors (Elko)
Diodes (Diode)
Joints for wireing (Verbindung)
LED
Switch (Schalter)
9V Block (BlockBat)
empty block (Leer)
hole for screwing (Schraubloch)
more, coming soon.
Excuse bad english, i'm german
To customize go to end of Scad-Source
AMV-circuit looks like this:
// AMV-Wechselblinker
Transistor(0,0,0,90,"E C");
Verbindung(20,0,0,0,"");
Elko(0,20,0,0," + -");
Widerstand(40,0,0,90," 470");
LED(60,0,0,90," (-) (+)");
Verbindung(20,20,0,0,"");
Widerstand(40,-20,0,90," 4k7");
Verbindung(20,60,0,0,"");
Verbindung(40,20,0,0,"");
Verbindung(40,0,0,0,"");
Widerstand(-40,40,0,-90," 4k7");
Widerstand(-40,60,0,-90," 470");
Elko(60,20,0,0," - +");
Transistor(0,60,0,-90,"C E");
LED(-60,60,0,-90," (+) (-)");
Verbindung(40,60,0,0,"");
BlockBat(-20,20,0,0,"(+)...(-)");
Verbindung(-20,60,0,0,"");
Schalter(0,20,0,90," O I");
Schraubloch(-32,-12,0,2);
Schraubloch(-32,72,0,2);
Schraubloch(72,-12,0,2);
Schraubloch(72,72,0,2);
Schraubloch(-32,10,0,2);
Schraubloch(10,-12,0,2);
Schraubloch(30,72,0,2);
Schraubloch(-30,-32,0,2);
Schraubloch(-10,-32,0,2);
Schraubloch(10,-32,0,2);
Schraubloch(30,-32,0,2);
Schraubloch(50,-32,0,2);
Schraubloch(70,-32,0,2);
PLEASE allow slicing the stl-file a long amount of time!

Tags