Update index.js
This commit is contained in:
parent
678d386f9a
commit
3e9679ffa4
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ export default {
|
||||||
"seatEase",
|
"seatEase",
|
||||||
"waistEase",
|
"waistEase",
|
||||||
"nrOfDarts",
|
"nrOfDarts",
|
||||||
"waistSideSeamRaise",
|
/*"waistSideSeamRaise",*/
|
||||||
"backDartDepthFactor",
|
"backDartDepthFactor",
|
||||||
"frontDartDepthFactor",
|
"frontDartDepthFactor",
|
||||||
"dartToSideSeamFactor"
|
"dartToSideSeamFactor"
|
||||||
|
@ -80,7 +80,7 @@ export default {
|
||||||
|
|
||||||
seatEase: { mm: 5, min: 0, max: 15 },
|
seatEase: { mm: 5, min: 0, max: 15 },
|
||||||
waistEase: { mm: 5, min: 0, max: 15 },
|
waistEase: { mm: 5, min: 0, max: 15 },
|
||||||
waistSideSeamRaise: { pct: 0, min: 0, max: 10 },
|
/*waistSideSeamRaise: { pct: 0, min: 0, max: 10 },*/
|
||||||
backDartDepthFactor: { pct: 50, min: 35, max: 70 },
|
backDartDepthFactor: { pct: 50, min: 35, max: 70 },
|
||||||
frontDartDepthFactor: { pct: 45, min: 30, max: 65 },
|
frontDartDepthFactor: { pct: 45, min: 30, max: 65 },
|
||||||
dartToSideSeamFactor: { pct: 50, min: 30, max: 70 }
|
dartToSideSeamFactor: { pct: 50, min: 30, max: 70 }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue