Rev 4438 Rev 4439
Line 21... Line 21...
21 // tuneable constants 21 // tuneable constants
22   22  
23 teeth = 49; // Number of teeth, standard Mendel T5 belt = 8, gives Outside Diameter of 11.88mm 23 teeth = 49; // Number of teeth, standard Mendel T5 belt = 8, gives Outside Diameter of 11.88mm
24 profile = 3; // 1=MXL 2=40DP 3=XL 4=H 5=T2.5 6=T5 7=T10 8=AT5 9=HTD_3mm 10=HTD_5mm 11=HTD_8mm 12=GT2_2mm 13=GT2_3mm 14=GT2_5mm 24 profile = 3; // 1=MXL 2=40DP 3=XL 4=H 5=T2.5 6=T5 7=T10 8=AT5 9=HTD_3mm 10=HTD_5mm 11=HTD_8mm 12=GT2_2mm 13=GT2_3mm 14=GT2_5mm
25   25  
26 motor_shaft = 10; // NEMA17 motor shaft exact diameter = 5 26 motor_shaft = 12; // NEMA17 motor shaft exact diameter = 5
27 m3_dia = 3.2; // 3mm hole diameter 27 m3_dia = 3.2; // 3mm hole diameter
28 m3_nut_hex = 1; // 1 for hex, 0 for square nut 28 m3_nut_hex = 1; // 1 for hex, 0 for square nut
29 m3_nut_flats = 5.7; // normal M3 hex nut exact width = 5.5 29 m3_nut_flats = 5.7; // normal M3 hex nut exact width = 5.5
30 m3_nut_depth = 2.7; // normal M3 hex nut exact depth = 2.4, nyloc = 4 30 m3_nut_depth = 2.7; // normal M3 hex nut exact depth = 2.4, nyloc = 4
31   31