diff --git a/CHANGELOG.md b/CHANGELOG.md index 592bb59cca7..1f2d9c50f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ - Allow negative values in backDrop option. Fixes - Allow negative values for the frontRise options. Fixes +### charlie + +#### Fixed + + - Fix cut instructions for fly facing, only 1 to be cut. Fixes + ### huey #### Changed diff --git a/config/changelog.yaml b/config/changelog.yaml index 4a3c89c98dc..811a68637f0 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -31,6 +31,8 @@ Unreleased: - The `withCondition` named export is deprecated and will always return true. Fixed: + charlie: + - Fix cut instructions for fly facing, only 1 to be cut. Fixes #6392 huey: - Fixed an issue where ribbing height would distort the pocket under certain conditions. Fixes #6238 - Adding missing translation for ribbing option diff --git a/designs/charlie/src/fly-facing.mjs b/designs/charlie/src/fly-facing.mjs index b591d232d50..98113a598f3 100644 --- a/designs/charlie/src/fly-facing.mjs +++ b/designs/charlie/src/fly-facing.mjs @@ -33,7 +33,7 @@ function draftCharlieFlyFacing({ points, Point, paths, Path, macro, snippets, st /* * Annotations */ - store.cutlist.setCut({ cut: 2, from: 'fabric' }) + store.cutlist.setCut({ cut: 1, from: 'fabric' }) // Grainline points.grainlineTop = points.flyTop.shiftFractionTowards(points.styleWaistIn, 0.5) diff --git a/markdown/org/docs/designs/charlie/cutting/en.md b/markdown/org/docs/designs/charlie/cutting/en.md index 4753fde2c14..45cfd813e4a 100644 --- a/markdown/org/docs/designs/charlie/cutting/en.md +++ b/markdown/org/docs/designs/charlie/cutting/en.md @@ -9,7 +9,7 @@ title: "Charlie chinos: Cutting Instructions" - Part **4**: **4 x** - Part **6**: **2 x** - Part **8**: **4 x** (2 pairs _with good sides together_) -- Part **9**: **2 x** _with good sides together_ +- Part **9**: **1 x** - Part **10**: **1 x** on the fold - Part **11**: **1 x** if making a straight waistband - Part **11**: **2 x** _with good sides together_ if making a curved waistband