mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 15:29:09 +00:00
bugfix
This commit is contained in:
parent
0b6931bce7
commit
736dd57f70
1 changed files with 1 additions and 1 deletions
|
|
@ -1130,7 +1130,7 @@ function rotate_sweep(
|
||||||
) :
|
) :
|
||||||
let(
|
let(
|
||||||
region = !is_path(shape) || closed ? region
|
region = !is_path(shape) || closed ? region
|
||||||
: [deduplicate([[0,shape[0].y], each regionshape, [0,last(shape).y]])],
|
: [deduplicate([[0,shape[0].y], each shape, [0,last(shape).y]])],
|
||||||
steps = ceil(segs(max_x) * angle / 360) + (angle<360? 1 : 0),
|
steps = ceil(segs(max_x) * angle / 360) + (angle<360? 1 : 0),
|
||||||
skmat = down(min_y) * skew(sxz=shift.x/h, syz=shift.y/h) * up(min_y),
|
skmat = down(min_y) * skew(sxz=shift.x/h, syz=shift.y/h) * up(min_y),
|
||||||
transforms = [
|
transforms = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue