Thingiverse
X EndStop w/ Tensioner Cutout - Folger Tech Prusa i3 Aluminum
by srcga
54
Downloads
34
Likes
1
Makes
Modified the original X End Stop (left side) to have a notch for an X-axis belt tensioner.
Belt tensioner: http://www.thingiverse.com/thing:872944
Used OpenScad to do this. Code:
difference () {import("C:/whatever/Endstop_X_Support_Left.STL");
translate([7.5,22,0])cube([5.5,15,6]);
}
Big thanks to the original designer!
Belt tensioner: http://www.thingiverse.com/thing:872944
Used OpenScad to do this. Code:
difference () {import("C:/whatever/Endstop_X_Support_Left.STL");
translate([7.5,22,0])cube([5.5,15,6]);
}
Big thanks to the original designer!
Sign in to leave a comment
Sign in