1
0
Fork 0

fix(titan): Added missing option to list

This commit is contained in:
Joost De Cock 2021-03-14 13:26:38 +01:00
parent a08eca0d09
commit aa78fb52dc
3 changed files with 1 additions and 2 deletions

View file

@ -15,6 +15,7 @@ export default {
advanced: [
'crossSeamCurveStart',
'crossSeamCurveBend',
'crossSeamCurveAngle',
'crotchSeamCurveStart',
'crotchSeamCurveBend',
'crotchSeamCurveAngle',

View file

@ -157,7 +157,6 @@ export default (part) => {
if (points.cbSeat.x < points.waistX.x) {
let delta = points.cbSeat.dx(points.waistX)
points.waistIn = points.waistX.shift(180, delta * (1 - options.waistBalance))
console.log('balancing waist', points.waistIn)
} else points.waistIn = points.waistX
let width = points.waistX.x
points.waistOut = points.waistIn.shift(180, width)

View file

@ -77,7 +77,6 @@ export default (part) => {
points.crotchSeamCurveCp1 = points.fork
.shiftFractionTowards(points.crotchSeamCurveMax, options.crotchSeamCurveBend)
.rotate(options.crotchSeamCurveAngle * -1, points.fork)
console.log(points.crotchSeamCurveCp1)
points.crotchSeamCurveCp2 = points.crotchSeamCurveStart.shiftFractionTowards(
points.crotchSeamCurveMax,
options.crotchSeamCurveBend