作品詳情
最新代碼可以在GitHub上找到:github.com/syvwlch/Thingiverse-Projects/tree/master/Threaded%20Library
目前,這個(gè)庫文件讓你能夠制作一個(gè)有梯形螺紋的螺桿,這和CNC機(jī)器制作的很多螺紋是一樣的。
梯形螺紋模塊兒能夠沿著Z軸以X和Y軸為中心制作螺紋。
參數(shù)如下:
length 長度
//axial length of the threaded rod 螺紋桿的軸長
//used to calculate how many turns to create 用來計(jì)算需要多少轉(zhuǎn)
//the rod is NOT trimmed to this length!!! 螺桿長度不是用這個(gè)參數(shù)計(jì)算的!!!
pitch 螺距
//axial distance from crest to crest波峰與波峰之間的軸向距離
pitchRadius 螺距半徑
//radial distance from center to mid-profile中心到螺紋中部的徑向距離
threadHeightToPitch 螺紋高度和螺距的比例
// ratio between profile height and pitch 螺紋高度和螺距的比例
// default value is 0.5 默認(rèn)值是0.5
profileRatio 螺紋比
// ratio between raised profile and pitch 螺紋長度和螺距的比例
// default value is 0.5 默認(rèn)值是0.5
profileAngle 螺紋角度
// angle between the two faces of the thread, in degrees 兩面螺紋之間的角度
// std value for Acme is 29 or for metric lead screw is 30 Acme類螺紋的標(biāo)準(zhǔn)值是29, 而metric lead類螺紋則是30
// 默認(rèn)值是30
RH
// true if thread winds clockwise along shaft 螺紋順時(shí)針轉(zhuǎn)是選擇true
// i.e.follows the Right Hand Rule 例如:遵循右手定則
// default value is true 默認(rèn)值是true
clearance 空隙
// radial clearance, normalized to thread height 徑向間隙, 和螺紋高度匹配即可
// default value is 0.1 默認(rèn)值是0.1
backlash 齒隙
// axial clearance, normalized to pitch 軸向間隙, 和螺距匹配即可
// default value is 0.1 默認(rèn)值是0.1
stepsPerTurn 每圈的步數(shù)
// 每轉(zhuǎn)一圈的面數(shù)
// 默認(rèn)值是24
更新:
我又做了一個(gè)擁有凹陷螺紋的螺桿。參數(shù)設(shè)置如下:
length長度
// 凹進(jìn)去的厚度
countersunk沉孔
// 45度斜坡面的深度,和螺距匹配
// 默認(rèn)值是0,無倒角
不僅能打印螺紋桿,還能打印陰性的導(dǎo)程螺母
制作兩個(gè)咬合的螺紋桿,它們的手性不同,但螺距、螺距半徑、螺紋高度與螺距的比例是一樣的。它們的螺紋比必須互補(bǔ)(和為1),它們之間的距離是它們螺距半徑的兩倍。