Skip to content

Fix typo #628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/posts/whats-new-august.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Our awesome engineer Austin merged a fix to the engine which makes the circle mo
The root cause of the bug was pretty simple. As the sweep code swept the sketch along the helical path, it would slowly rotate the profile, causing the shape to twist as it moved along the helix. Here’s the old, buggy behavior demonstrating the problem:

![Taper where the two ends meet at an angle](/documentation-assets/whats-new-august/helix2.png)
/images/text-to-cad//documentation-assets/whats-new-august/gear.png

And here’s the correct result, which is now live.

![Taper where the two ends meet correctly](/documentation-assets/whats-new-august/helix3.png)
Expand Down