Skip to content

Commit

Permalink
rotate2DAxes does not take an axis
Browse files Browse the repository at this point in the history
  • Loading branch information
espringe authored Feb 21, 2023
1 parent 5700c20 commit bc02119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ axes around the origin.
const { drawRoundedRectangle, makePlane } = replicad;

const main = () => {
const plane = makePlane("XY").rotate2DAxes(30, "Y");
const plane = makePlane("XY").rotate2DAxes(30);
return drawRoundedRectangle(100, 50).sketchOnPlane(plane);
};
```
Expand Down

0 comments on commit bc02119

Please sign in to comment.