28BYJ-48 Stepper model by dionstaiger 3d
3dmdb logo
Thingiverse
28BYJ-48 Stepper model by dionstaiger

28BYJ-48 Stepper model by dionstaiger

by Thingiverse
Last crawled date: 3 years, 1 month 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]);
}

Tags