chore(brian) Removed circumference suffix from measurements
This commit is contained in:
parent
4b918d7c75
commit
a0da79a1e0
5 changed files with 16 additions and 26 deletions
|
@ -18,7 +18,7 @@ export default (part) => {
|
|||
} = part.shorthand()
|
||||
|
||||
// Cut arm a bit deeper at the front
|
||||
let deeper = measurements.chestCircumference * options.frontArmholeDeeper
|
||||
let deeper = measurements.chest * options.frontArmholeDeeper
|
||||
points.armholePitchCp1.x -= deeper
|
||||
points.armholePitch.x -= deeper
|
||||
points.armholePitchCp2.x -= deeper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue