Thingiverse
28BYJ-48 Stepper model
by dionstaiger
5
Downloads
5
Likes
0
Makes
I made this so I could easily cut solid parts to mount the stepper motor.
The shaft is a tight fit.
eg Openscad
module mystepper(){import("BYJstepper.stl", convexity=9);}
difference()
{
translate([-29,-32,9])
cube([58,64,24]);
translate([0,0,10])
mystepper();
translate([0,25,18])
cube ([100,6,14]);
}
The shaft is a tight fit.
eg Openscad
module mystepper(){import("BYJstepper.stl", convexity=9);}
difference()
{
translate([-29,-32,9])
cube([58,64,24]);
translate([0,0,10])
mystepper();
translate([0,25,18])
cube ([100,6,14]);
}
Sign in to leave a comment
Sign in