1
0
Fork 0

chore(brian) Removed circumference suffix from measurements

This commit is contained in:
Joost De Cock 2020-06-30 15:13:28 +02:00
parent 4b918d7c75
commit a0da79a1e0
5 changed files with 16 additions and 26 deletions

View file

@ -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