1
0
Fork 0

Change some defaults, and fix a bug.

This commit is contained in:
woutervdub 2023-12-20 04:56:47 +00:00
parent 653a6b0309
commit bd11ed683a
5 changed files with 14 additions and 6 deletions

View file

@ -155,9 +155,9 @@ export const shape = {
},
// 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' },
waistlowering: { pct: 10, min: -10, max: 60, ...pctBasedOn('waistToHips'), menu: 'style' },
waistlowering: { pct: 35, min: -10, max: 60, ...pctBasedOn('waistToHips'), menu: 'style' },
gussetwidth: {
pct: 16,
min: 5,

View file

@ -26,7 +26,7 @@ export const waistband = {
const waistLength = store.get('waistLength')
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 bottomLength = waistLength + gussetWidth

View file

@ -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
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
and warmth.

View file

@ -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,
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.