feat(aaron): Better handling of armholeDrop option
This commit is contained in:
parent
489afae1d0
commit
5eb9eaec07
3 changed files with 21 additions and 4 deletions
|
@ -53,7 +53,7 @@ export default {
|
|||
shoulderSlopeReduction: 0,
|
||||
|
||||
// Percentages
|
||||
armholeDrop: { pct: 10, min: 1, max: 75 },
|
||||
armholeDrop: { pct: 10, min: 0, max: 75 },
|
||||
backlineBend: { pct: 50, min: 25, max: 100 },
|
||||
chestEase: { pct: 8, min: 0, max: 20 },
|
||||
hipsEase: { pct: 8, min: 0, max: 20 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue