-
Notifications
You must be signed in to change notification settings - Fork 137
change extrude behavior #642
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #642 +/- ##
=======================================
Coverage 91.58% 91.58%
=======================================
Files 36 36
Lines 4693 4693
=======================================
Hits 4298 4298
Misses 395 395 ☔ View full report in Codecov by Sentry. |
Not yet addressing the shortest diagonal part. I think we should probably also use this shortest diagonal thing for rotate extrude. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have an image showing the before/after difference?
I had, but it is not here with me now. Will reply here tonight. |
@elalish btw this also changes the extrude direction, not sure if we should do this as some users may rely on the extrude direction. |
In terms of openscad compatibility, we can just negate the sign of the twist angle. |
ae19ac0
to
016fe49
Compare
OK I reverted the direction change, it is not worth breaking existing code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, yeah CCW seems more logical to me anyway.
#632
This change the extrude behavior to match openscad linear extrude.