Change some defaults, and fix a bug.
This commit is contained in:
parent
653a6b0309
commit
bd11ed683a
5 changed files with 14 additions and 6 deletions
|
@ -155,9 +155,9 @@ export const shape = {
|
||||||
},
|
},
|
||||||
|
|
||||||
// Percentages
|
// Percentages
|
||||||
ease: { pct: -5, min: -30, max: 0, menu: 'fit' },
|
ease: { pct: -8, min: -30, max: 0, menu: 'fit' },
|
||||||
leglength: { pct: 100, min: 10, max: 100, ...pctBasedOn('inseam'), menu: 'style' },
|
leglength: { pct: 100, min: 10, max: 100, ...pctBasedOn('inseam'), menu: 'style' },
|
||||||
waistlowering: { pct: 10, min: -10, max: 60, ...pctBasedOn('waistToHips'), menu: 'style' },
|
waistlowering: { pct: 35, min: -10, max: 60, ...pctBasedOn('waistToHips'), menu: 'style' },
|
||||||
gussetwidth: {
|
gussetwidth: {
|
||||||
pct: 16,
|
pct: 16,
|
||||||
min: 5,
|
min: 5,
|
||||||
|
|
|
@ -26,7 +26,7 @@ export const waistband = {
|
||||||
|
|
||||||
const waistLength = store.get('waistLength')
|
const waistLength = store.get('waistLength')
|
||||||
const waistbandSize = store.get('waistbandSize')
|
const waistbandSize = store.get('waistbandSize')
|
||||||
const gussetWidth = options.frontbulge ? store.get('gussetWidth') : 0
|
const gussetWidth = options.frontbulge || options.cyclingchamois ? store.get('gussetWidth') : 0
|
||||||
|
|
||||||
const topLength = points.backWaist.dist(points.frontWaist)
|
const topLength = points.backWaist.dist(points.frontWaist)
|
||||||
const bottomLength = waistLength + gussetWidth
|
const bottomLength = waistLength + gussetWidth
|
||||||
|
|
|
@ -6,7 +6,9 @@ title: "Lumira leggings: Fabric Options"
|
||||||
|
|
||||||
This pattern requires a stretch fabric. The stretch needs to be perpendicular to the grainline. There is no stretch required along
|
This pattern requires a stretch fabric. The stretch needs to be perpendicular to the grainline. There is no stretch required along
|
||||||
the grainline, but a 4-way stretch fabric can definitely be used. Not all stretch fabrics have the same amount of stretch. The default
|
the grainline, but a 4-way stretch fabric can definitely be used. Not all stretch fabrics have the same amount of stretch. The default
|
||||||
ease value of -5% works well for fabrics that have 60% stretch. If your fabric has a different amount of stretch, you may want to adjust this setting accordingly.
|
ease value of -5% works well for fabrics that have 60% stretch. If your fabric has a different amount of stretch, you may want to
|
||||||
|
adjust this setting accordingly. Reduce the ease when your fabric has more stretch. Getting the ease right is *very* important for
|
||||||
|
getting a good fit.
|
||||||
|
|
||||||
These fabrics come in different weights. Pick one that works for how you intent to use it. Thicker fabrics provide more support
|
These fabrics come in different weights. Pick one that works for how you intent to use it. Thicker fabrics provide more support
|
||||||
and warmth.
|
and warmth.
|
||||||
|
|
|
@ -14,7 +14,7 @@ provide a zigzag in addition to serging the seam.
|
||||||
|
|
||||||
### Step 1: The waistband (optional)
|
### Step 1: The waistband (optional)
|
||||||
|
|
||||||
- Sew the two pieces to eachother, right sides together, along the top seam.
|
- Sew the two pieces to each other, right sides together, along the top seam.
|
||||||
- Press the seam open
|
- Press the seam open
|
||||||
- Sew the back seam, right sides together. This creates a loop.
|
- Sew the back seam, right sides together. This creates a loop.
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,11 @@ title: "Ease"
|
||||||
***
|
***
|
||||||
|
|
||||||
Controls the amount of ease build into the pattern. Since these are leggings that are to be made of stretch fabric,
|
Controls the amount of ease build into the pattern. Since these are leggings that are to be made of stretch fabric,
|
||||||
the ease is nagative. So the completed garment will be narrower than the measurements would dictate.
|
the ease is nagative. So the completed garment will be narower than the measurements would dictate.
|
||||||
|
|
||||||
|
<Note>
|
||||||
|
Getting the wease right for your type of fabric is essential for getting a good fit. If you make the ease
|
||||||
|
too negative, the leggings will be too constricting, and limiting movement. If you don't make the ease
|
||||||
|
negative enough, the leggings will not hug your legs and torso. The fabric should be stretched in all
|
||||||
|
places, without being too tight.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue