Skip to content
This repository was archived by the owner on Aug 25, 2019. It is now read-only.

Commit 1830bb7

Browse files
authored
Merge pull request #261 from freesewing/develop
🔖 v1.10.2
2 parents 0fed081 + 078cf69 commit 1830bb7

File tree

4 files changed

+34
-10
lines changed

4 files changed

+34
-10
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@
1616
### Security
1717
-->
1818

19+
## 1.10.2
20+
21+
**Release date**: 2018-08-03
22+
23+
This is a patch release with some fixes for Jaeger.
24+
These changes are not about fit, but about instructions, notches, and so on.
25+
26+
### Fixed
27+
28+
- The chest pocket welt now says to cut it only once
29+
- Same thing for the chest pocket bag, instructions updated to cut only 1
30+
- I've increased the default chest pocket welt size to 17.5mm (from 15mm)
31+
- Added the canvas chest piece to (the front part of) the pattern
32+
- Added chest pocket notches
33+
- Added shoulder seam notches
34+
35+
1936
## 1.10.1
2037

2138
**Release date**: 2018-08-02

config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.10.1
1+
version: 1.10.2
22
defaults:
33
service: draft
44
channel: Freesewing

patterns/Beta/JaegerJacket/JaegerJacket.php

+15-8
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ public function draftFront($model)
751751

752752
$p->newPath('cf', 'M 9 L cfHem', ['class' => 'help']);
753753
$p->newPath('chestPocket', ' M cpBottomLeft L cpTopLeft L cpTopRight L cpBottomRight L cpBottomLeft z', ['class' => 'help']);
754-
$p->newPath('rollline', 'M breakPoint L rollLineTop', ['class' => 'help']);
754+
$p->newPath('rollline', 'M breakPoint L rollLineTop', ['class' => 'canvas help']);
755755
$p->newPath('facing', 'M facingTop
756756
L ipfeTopLeftTop
757757
C ipfeTopLeftTopCp ipfeTopLeftBotCp ipfeTopLeftBot
@@ -1438,7 +1438,7 @@ public function finalizeBack($model)
14381438
$p = $this->parts['back'];
14391439

14401440
// Notches
1441-
$p->notch([10,'chestCenter','waistCenter', 'waistBackSide']);
1441+
$p->notch([10,'chestCenter','waistCenter', 'waistBackSide', 8, 12]);
14421442

14431443
// Sleeve notch for top/under sleeve seam. But in what curve should it go?
14441444
$len1 = $p->curveLen(12,19,17,10);
@@ -1513,7 +1513,7 @@ public function finalizeFront($model)
15131513
$p = $this->parts['front'];
15141514

15151515
// Sleeve notch for start sleevecap ease
1516-
$p->notch([10]);
1516+
$p->notch([10, 'shoulderLineRealLeft', 'shoulderLineRight']);
15171517

15181518
// Sleeve notch for top/under sleeve seam. But in what curve should it go?
15191519
$len1 = $p->curveLen(12,19,17,10);
@@ -1527,7 +1527,9 @@ public function finalizeFront($model)
15271527
elseif($lenx < $len1) $p->addPoint('sleeveJoint', $p->shiftAlong(12,19,17,10,$lenx));
15281528
elseif($lenx < $len2) $p->addPoint('sleeveJoint', $p->shiftAlong(10,18,15,14,$lenx-$len1));
15291529
elseif($lenx < $len3) $p->addPoint('sleeveJoint', $p->shiftAlong(14,'14CpRight','slArmCpLeft','slArm',$lenx-$len2));
1530-
$p->notch(['sleeveJoint']);
1530+
$p->addPoint('cpTopNotchRight', $p->shiftTowards('cpTopRight', 'cpTopLeft', 5));
1531+
$p->addPoint('cpTopNotchLeft', $p->shiftTowards('cpTopLeft', 'cpTopRight', 5));
1532+
$p->notch(['sleeveJoint', 'cpBottomRight', 'cpBottomLeft', 'cpTopNotchRight','cpTopNotchLeft', 'cpTopRight','cpTopLeft']);
15311533

15321534
if($this->o('sa')) {
15331535
// Seam allowance
@@ -1561,7 +1563,7 @@ public function finalizeFront($model)
15611563

15621564
// Title and logo
15631565
$p->addPoint('titleAnchor', $p->shift('frontDartLeftCpTop', 160, 50));
1564-
$p->addTitle('titleAnchor', 1, $this->t($p->title), '2x '.$this->t('from fabric')."\n".$this->t('Lining part').' 2x '.$this->t('from lining')."\n".$this->t('Facing part').' 2x '.$this->t('from fabric'));
1566+
$p->addTitle('titleAnchor', 1, $this->t($p->title), '2x '.$this->t('from fabric')."\n2x ".$this->t('from canvas')."\n".$this->t('Lining part').' 2x '.$this->t('from lining')."\n".$this->t('Facing part').' 2x '.$this->t('from fabric'));
15651567
$p->addPoint('logoAnchor', $p->shift('frontDartBottom', -90, 50));
15661568
$p->newSnippet('logo', 'logo', 'logoAnchor');
15671569

@@ -1573,7 +1575,12 @@ public function finalizeFront($model)
15731575
if($this->o('sa')) {
15741576
$p->newNote( $p->newId(), 'hipsBackSideCpTop', $this->t("Standard seam allowance")."\n(".$p->unit(10).')', 8, 20, -3);
15751577
$p->newNote( $p->newId(), 'frontSideHemEdge', $this->t("Extra hem allowance")."\n(".$p->unit(30).')', 11, 50, 23);
1578+
15761579
}
1580+
// Canvas chest piece
1581+
$chestPiece = 'M breakPoint C cutawayPointCp waistBackSide slArm';
1582+
$p->newPath('chestPiece', $chestPiece, ['class' => 'help canvas']);
1583+
$p->newTextOnPath('chestPiece', $chestPiece, 'Chest piece, cut 2x from canvas', false, false);
15771584

15781585
// Grainline
15791586
$p->addPoint('grainlineTop', $p->shiftFractionTowards('shoulderLineRealLeft','shoulderLineRight', 0.5));
@@ -1784,7 +1791,7 @@ public function finalizeUndercollar($model)
17841791

17851792
// Title
17861793
$p->addPoint('titleAnchor', $p->shiftFractionTowards('collarCbTop','m.shoulderLineRealLeft', 0.5));
1787-
$p->addTitle('titleAnchor', 6, $this->t($p->title), '1x '.$this->t('from fixme'), ['scale' => 75]);
1794+
$p->addTitle('titleAnchor', 6, $this->t($p->title), '1x '.$this->t('from undercollar fabric'), ['scale' => 75]);
17881795
}
17891796

17901797
/**
@@ -1885,7 +1892,7 @@ public function finalizeChestPocketWelt($model)
18851892

18861893
// Title
18871894
$p->addPoint('titleAnchor', $p->shiftFractionTowards('topLeft','botRight', 0.5));
1888-
$p->addTitle('titleAnchor', 10, $this->t($p->title), '2x '.$this->t('from fabric'),['scale' => 50]);
1895+
$p->addTitle('titleAnchor', 10, $this->t($p->title), '1x '.$this->t('from fabric'),['scale' => 50]);
18891896
}
18901897

18911898
/**
@@ -1905,7 +1912,7 @@ public function finalizeChestPocketBag($model)
19051912

19061913
// Title
19071914
$p->addPoint('titleAnchor', $p->shiftFractionTowards('topLeft','botRight', 0.5));
1908-
$p->addTitle('titleAnchor', 11, $this->t($p->title), '2x '.$this->t('from lining'),['scale' => 75]);
1915+
$p->addTitle('titleAnchor', 11, $this->t($p->title), '1x '.$this->t('from lining'),['scale' => 75]);
19091916

19101917
$p->newHeightDimension('botLeft','topLeft',20, $p->unit(self::CHEST_POCKET_DEPTH*2));
19111918
}

patterns/Beta/JaegerJacket/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ options:
220220
type: "measure"
221221
min: 10
222222
max: 25
223-
default: 15
223+
default: 17.5
224224
# lapel group
225225
lapelStart:
226226
title: "Lapel break point"

0 commit comments

Comments
 (0)