chore(carlton): Ported carlton to new measurements. See #416
This commit is contained in:
parent
a7f4522753
commit
cb5b5da33b
5 changed files with 14 additions and 12 deletions
|
@ -19,7 +19,7 @@ export default function (part) {
|
|||
|
||||
calculateRatios(part)
|
||||
// Belt width
|
||||
let bw = (measurements.hpsToHipsBack - measurements.naturalWaistToHip) * options.beltWidth
|
||||
let bw = measurements.hpsToWaistBack * options.beltWidth
|
||||
store.set('beltWidth', bw)
|
||||
|
||||
// Box pleat (bp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue