Slicer Discord
Traffic Light – 3D-Druckmodell von Thingiverse Thingiverse

Traffic Light

6 Downloads
3 Likes
0 Makes
Zum Modell
Small Stop Light I designed. Meant for 5mm LEDs. Glue will be required to hold them in place. I programmed the Traffic Light to flash red for 30 seconds after going through the motions five times. Feel free to remove :)

Arduino Code:
________________________________________________________________________

void setup() {
// put your setup code here, to run once:
pinMode(2,OUTPUT);
pinMode(3,OUTPUT);
pinMode(4,OUTPUT);
}
void loop() {
// put your main code here, to run repeatedly:
digitalWrite(2,HIGH);
delay(15000);
digitalWrite(2,LOW);
//--------------------------
digitalWrite(4,HIGH);
delay(20000);
digitalWrite(4,LOW);
//--------------------------
digitalWrite(3,HIGH);
delay(3000);
digitalWrite(3,LOW);
digitalWrite(2,HIGH);
delay(15000);
digitalWrite(2,LOW);
//--------------------------
digitalWrite(4,HIGH);
delay(20000);
digitalWrite(4,LOW);
//--------------------------
digitalWrite(3,HIGH);
delay(3000);
digitalWrite(3,LOW);
digitalWrite(2,HIG
Quelle
Thingiverse
Was du zum Drucken brauchst: Mittel Niedrige Konfidenz
Einteilig
Supports 1/3
Zusammenbau 0/3
Einstellungen 1/3
Druckbett 0/3
Nachbearbeitung 1/3
Drucker
FDM / FFF
Dateiformat
STL
Material
PLA, TPU
Nachbearbeitung
Kleben
Software
Cura, PrusaSlicer o. Ä.
Noch keine Bewertungen
Noch keine Kommentare – sei der Erste!
Feed Blog Slicer Kostenrechner Bildersuche Einreichen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Zur Sammlung hinzufügen