Skip to content

Commit b2c2e0f

Browse files
fix rotateAboutCenter
1 parent f36c270 commit b2c2e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/cq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ def _rot(obj):
11111111
endPt = startPt + endVec
11121112
return obj.rotate(startPt, endPt, angleDegrees)
11131113

1114-
return self.each(_rot, False)
1114+
return self.each(_rot, False, False)
11151115

11161116
def rotate(
11171117
self: T,

0 commit comments

Comments
 (0)