1
0
Fork 0

feat(sven): Port brian's s3 options

This commit is contained in:
Joost De Cock 2021-06-13 15:29:07 +02:00
parent bc0d06b2ec
commit ebca2e32f3
2 changed files with 10 additions and 5 deletions

View file

@ -18,7 +18,7 @@ export default {
'lengthBonus',
'sleeveLengthBonus',
],
style: ['ribbing', 'ribbingHeight'],
style: ['ribbing', 'ribbingHeight', 's3Collar', 's3Armhole' ],
advanced: [
'acrossBackFactor',
'armholeDepthFactor',
@ -110,6 +110,10 @@ export default {
shoulderEase: { pct: 0, min: -2, max: 6 },
// s3 is short for Shoulder Seam Shift
s3Collar: { pct: 0, min: -100, max: 100 },
s3Armhole: { pct: 0, min: -100, max: 100 },
sleevecapEase: { pct: 0, min: 0, max: 10 },
sleevecapTopFactorX: { pct: 50, min: 25, max: 75 },
sleevecapTopFactorY: { pct: 100, min: 35, max: 165 },