Fully Printed Animatronic Eyes

Fully Printed Animatronic Eyes

cults3d

No screws, hinges or special ball joints are needed (they are all printed!) and commonly available 9g microservos are used to power these animatronic eyes. Use them in a spooky Halloween prop or your next maker project! Print list: Eye Base Plate x1 Servo Horn x2 Eye Fulcrum Plate x2 Eye Shaft x1 animatronic Eye x2 Vert Fulcrum x2 Yaw Bar x4 Horizontal Motor to Plate x1 Vert Motor Strut x1 Pitch Bar x2 Arduino example code for random eye movements: ``` #include <Servo.h> Servo servoH, servoV; void setup() { servoH.attach(9); servoV.attach(10); } void loop() { int min = 45; int max = 135; servoH.write(random(min, max)); servoV.write(random(min, max)); delay(random(200,2000)); } ```

Download Model from cults3d

With this file you will be able to print Fully Printed Animatronic Eyes with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Fully Printed Animatronic Eyes.