MPCNC Belt mount tensioner allowing for pipe
Description
I Modded The Original In Openscad When Printing Make Sure That You : 1) Print A Copy Mirrored (For The Other Side) 2) Go To The Original Item And Print The Round Notched Thing For The Belt. Below Is The Simple Openscad Script I Used To Modify The Original Part. -------- Module Belt_Cover(){ Translate([-40.1,-4.1,-20]) Import("C:/Temp/Belt_Anchor.Stl"); }; Module Part_To_Remove(){ Hull(){ Translate([-25.5,8.3,-30]) Cylinder(H = 100, R = 26/2); Translate([-28.5,8.3,-30]) Cylinder(H = 100, R = 26/2); }; }; Difference(){ Belt_Cover(); Part_To_Remove(); };
Statistics
Likes
34
Downloads
0