Thingiverse
Stepper 28BYJ hull
by Unknown
45
Downloads
25
Likes
0
Makes
# Description
Very rough model of the stepper motor 28BYJ (http://www.instructables.com/id/BYJ48-Stepper-Motor/). Useful as subtraction for creating holder plates for the motor.
# Usage (in OpenSCAD)
1. Create a box which represents your holder plate
2. Substract the motor
3. Print the plate
4. Your real motor will fit into the printed plate
# Example (see TestBox.scad)
```
use ;
difference() {
cube([40,50,4],center=true);
translate([0,0,2.5])28BYJ();
}
```
Very rough model of the stepper motor 28BYJ (http://www.instructables.com/id/BYJ48-Stepper-Motor/). Useful as subtraction for creating holder plates for the motor.
# Usage (in OpenSCAD)
1. Create a box which represents your holder plate
2. Substract the motor
3. Print the plate
4. Your real motor will fit into the printed plate
# Example (see TestBox.scad)
```
use ;
difference() {
cube([40,50,4],center=true);
translate([0,0,2.5])28BYJ();
}
```
Makes
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign in