T800 slice by XrControl
di XrControl
44
Download
41
Likes
1
Makes
This ist a Remix of T800 Scull.
It is a slice and print much faster than the original.
more information comes later.
Animation Video:
https://youtu.be/iA5BnixhtIw
This Project was made only for this Video:
https://www.youtube.com/watch?v=if950jNn-6Q&t=565s
Arduino Source:
-------------------------------------------------------------------------------------------
#define leftE 1
#define rightE 0
void setup() {
// put your setup code here, to run once:
pinMode (leftE, OUTPUT);
pinMode (rightE, OUTPUT);
digitalWrite(leftE,LOW);
digitalWrite(rightE,LOW);
}
void loop() {
t800s();
t800s();
t800s();
delay(2000);
digitalWrite(rightE,HIGH);
digitalWrite(leftE,HIGH);
delay(2000);
digitalWrite(rightE,LOW);
digitalWrite(leftE,LOW);
delay(1000);
fadeE();
delay(10000);
}
void fadeE(){
for (int i=0; i
It is a slice and print much faster than the original.
more information comes later.
Animation Video:
https://youtu.be/iA5BnixhtIw
This Project was made only for this Video:
https://www.youtube.com/watch?v=if950jNn-6Q&t=565s
Arduino Source:
-------------------------------------------------------------------------------------------
#define leftE 1
#define rightE 0
void setup() {
// put your setup code here, to run once:
pinMode (leftE, OUTPUT);
pinMode (rightE, OUTPUT);
digitalWrite(leftE,LOW);
digitalWrite(rightE,LOW);
}
void loop() {
t800s();
t800s();
t800s();
delay(2000);
digitalWrite(rightE,HIGH);
digitalWrite(leftE,HIGH);
delay(2000);
digitalWrite(rightE,LOW);
digitalWrite(leftE,LOW);
delay(1000);
fadeE();
delay(10000);
}
void fadeE(){
for (int i=0; i
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!