Loosen truss rod tolerance slightly
This commit is contained in:
parent
101fb5b6d1
commit
b6a25ae821
|
@ -164,13 +164,13 @@ module TrussRod(length = 630, tolerance = 0, taper_l = 1.5, taper_extra = 1.0, t
|
|||
base_h = 9.0 + tolerance;
|
||||
|
||||
// nut?
|
||||
stage2_d = 7.0 + tolerance;
|
||||
stage2_d = 7.05 + tolerance;
|
||||
stage2_w = base_w;
|
||||
stage2_h = base_h + (stage2_d - base_d);
|
||||
stage2_l = 55 + tolerance;
|
||||
|
||||
// Turning end
|
||||
stage3_d = 9.1 + tolerance;
|
||||
stage3_d = 9.2 + tolerance;
|
||||
stage3_w = stage3_d;
|
||||
stage3_h = base_h + (stage3_d - base_d);
|
||||
stage3_l = 35 + tolerance;
|
||||
|
|
Loading…
Reference in New Issue