fix(charlie): Cutting instructions for the fly facing
Fixes #6392 Shout-out to @jpmunic for reporting this.
This commit is contained in:
parent
4a451b2ebc
commit
b15c1fd24c
4 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue