-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can't cut SplineShape with another SplineShape when azimuth_placement_angle=0 #757
Comments
I wonder if this is similar to the port cutting problem John observed |
I'm using the latest ukaea/paramak:dependencies image. Shall I try and run this in the CI (open a PR ?) |
Yes, could be a quick way to check. I'm not sure which version of the paramak and cadquery that image is using. I think i'm using a fairly recent version of the cadquery main branch |
I'll do that then. My image was pulled yesterday |
Just realised the CI uses that docker image too, so it will most likely fail in the CI as well. I will pull the image and have a look |
I've opened a PR #758 |
Looks like it's failing. I got it to work with CQ2.1RC1 which is an older version of CQ2.1. Will test out some different versions |
Matrix testing for different cadquery versions is being added to actions CI #760. This should help solve these types of problems |
Revert "new test to highlight issue #757"
When trying to cut an ExtrudeSpline
How to reproduce
These alterations work:
Using StraightShape
or
Modifying azimuth_placement_angle
Modifying rotation angle
This issue is causing #733 tests to fail.
@shimwell @billingsley-john have you ever experienced that kind of issue ?
The text was updated successfully, but these errors were encountered: