T800 slice by XrControl
von XrControl
44
Downloads
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
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!