1
0
Fork 0

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:
Benjamin Fan 2025-05-18 13:34:06 +00:00 committed by Joost De Cock
parent 3799e039ae
commit b864574e87

View file

@ -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)