Thingiverse

28BYJ-48 Stepper model by dionstaiger
by Thingiverse
Last crawled date: 4 years, 5 months ago
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]);
}