mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
removed translate_points
This commit is contained in:
parent
5994e47cf9
commit
187311c484
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module thread_helix(base_d, pitch, thread_depth=undef, thread_angle=15, twist=72
|
|||
[0, -cap/2-dz],
|
||||
]
|
||||
);
|
||||
pline = scale_points(profile, [1,1,1]*pitch);
|
||||
pline = scale(pitch, p=profile);
|
||||
dir = left_handed? -1 : 1;
|
||||
idir = internal? -1 : 1;
|
||||
attachable(anchor,spin,orient, r=r, l=h) {
|
||||
|
|
Loading…
Reference in a new issue