BenJamesBen

Results 158 comments of BenJamesBen

- I will look into moving `draftRingSector()` into a plugin. It is something I should be able to figure out how to do, I think. - If your branch gets...

For the `draftRingSector` issue, it is unclear when a new plugin will be available. I might file an Issue in GitHub for the enhancement request. But, it shouldn't be your...

I filed Issue https://github.com/freesewing/freesewing/issues/3865 for the `draftRingSector()` plugin feature.

Something odd is happening when circleRatio = 100% and seam allowance is enabled. The skirt ring is not a perfect half-circle as expected, and there incorrectly is seam allowance along...

Yes, I see now that the seam allowance circle bug is also present in Sandy. I'll file a bug against Sandy. For an example of where design documentation files are...

I'm starting to take a look at this PR. I note that I get a crash when `snapTol` is set to a certain value. ``` ERROR | TypeError: undefined is...

There are some syntax errors in `packages/core/src/utils.mjs` that I corrected to get it to run. ```diff --- a/packages/core/src/utils.mjs +++ b/packages/core/src/utils.mjs @@ -1791 +1791 @@ export function curvesIntersectAlt( - tempOp =...

I tested the updated code. 1. I note that sometimes 2 intersections are incorrectly found. ![Screenshot 2024-08-27 at 12 07 07 PM](https://github.com/user-attachments/assets/f7e3f2c0-c8f2-43be-8c2d-dc9cb734a8c9) ![Screenshot 2024-08-27 at 12 08 57 PM](https://github.com/user-attachments/assets/f2ad0f02-9eba-4710-a6a1-d2f895c56ea2) 2....

The Discord discussion: Bee Bikini Cutting Instructions Red OP — 06/15/2024 2:54 PM > So I looking at the Bee bikini top, and noticed the cutting instructions: https://freesewing.org/docs/designs/bee/cutting are not...

I took a stab at fixing the issue and clarifying the cutlist documentation. My interpretation of Bee was that Non-Reversible/Reversible, Single/Two Color Ties, and Regular/Crossback are entirely independent of each...