fix(wahid): Add interfacing to front cutlist (#362)
Wahid's cutting instructions and sewing instructions mention 2 front interfacing parts. So, it is a bug that the pattern is missing the “cut 2 from interfacing”. This issue was brought up on the Forum: https://forum.freesewing.eu/t/hello-thank-you-and-a-couple-of-suggestions-for-wahid/208 Co-authored-by: Benjamin Fan <ben-git@swinglonga.com> Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/362 Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org> Co-authored-by: Benjamin Fan <benjamesben@noreply.codeberg.org> Co-committed-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
This commit is contained in:
parent
3799e039ae
commit
b864574e87
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ function wahidFront({
|
|||
*/
|
||||
// Cutlist
|
||||
store.cutlist.setCut({ cut: 2, from: 'fabric' })
|
||||
store.cutlist.addCut({ cut: 2, from: 'interfacing' })
|
||||
|
||||
// Buttons
|
||||
points.button1 = new Point(0, points.closureTop.y + 10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue