doc fixes

This commit is contained in:
Adrian Mariano
2023-01-20 07:10:57 -05:00
parent 8bd08bd4c1
commit 554d197976
9 changed files with 44 additions and 47 deletions

View File

@@ -686,7 +686,7 @@ module npt_threaded_rod(
internal=internal,
higbee=true
);
if (hollow) cylinder(l=l+1, d=size*INCH, center=true);
if (hollow) cylinder(h=l+1, d=size*INCH, center=true);
}
children();
}