Skip to content

Commit 1a83c11

Browse files
authored
build_common.py -> PolarLocations update to use an available Location method
1 parent a6933be commit 1a83c11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/build123d/build_common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,8 +1065,7 @@ def __init__(
10651065
local_locations.append(
10661066
Location(
10671067
Vector(radius, 0).rotate(Axis.Z, start_angle + angle_step * i),
1068-
Vector(0, 0, 1),
1069-
rotate * (angle_step * i + start_angle),
1068+
Vector(0, 0, rotate * (angle_step * i + start_angle)),
10701069
)
10711070
)
10721071

0 commit comments

Comments
 (0)