mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
bugfix
This commit is contained in:
parent
5034c6667a
commit
b01d1edc1b
1 changed files with 2 additions and 2 deletions
|
@ -1796,9 +1796,9 @@ module path_sweep(shape, path, method="incremental", normal, closed, twist=0, tw
|
||||||
anchors = closed ? []
|
anchors = closed ? []
|
||||||
:
|
:
|
||||||
[
|
[
|
||||||
transform_anchor("start", transforms[0], invert=true),
|
transform_anchor("start", transforms[0], flip=true),
|
||||||
transform_anchor("end", last(transforms)),
|
transform_anchor("end", last(transforms)),
|
||||||
transform_anchor("start-centroid", transforms[0]*move(shapecent), invert=true),
|
transform_anchor("start-centroid", transforms[0]*move(shapecent), flip=true),
|
||||||
transform_anchor("end-centroid", last(transforms)*move(shapecent))
|
transform_anchor("end-centroid", last(transforms)*move(shapecent))
|
||||||
];
|
];
|
||||||
if (profiles){
|
if (profiles){
|
||||||
|
|
Loading…
Reference in a new issue