Thingiverse
OpenSCAD 3.7G Microservo
by foxylad
6
Downloads
5
Likes
0
Makes
This module provides a 3.7G microservo for OpenSCAD projects. It has a separate servo_arm object, that can be customised with the arm count, initial angle and length.
For two 13.25mm arms at 90 degrees:
include
servo();
servo_arm(2, 90, 13.25);
For four 8.25mm arms at 0 degrees:
include
servo();
servo_arm(4, 0, 8.25);
For two 13.25mm arms at 90 degrees:
include
servo();
servo_arm(2, 90, 13.25);
For four 8.25mm arms at 0 degrees:
include
servo();
servo_arm(4, 0, 8.25);
Sign in to leave a comment
Sign in