sparkles: Auto-fitting of collar via brianFitCollar option
This commit is contained in:
parent
bb81f44678
commit
ebb29cd5c5
9 changed files with 982 additions and 923 deletions
|
@ -7,8 +7,11 @@ var sleeve = {
|
|||
|
||||
// Wrist
|
||||
let top = paths.sleevecap.bbox().topLeft.y;
|
||||
debug("Sleevecap height is ", units(Math.abs(top)));
|
||||
debug("Sleeve width is ", units(points.bicepsRight.x * 2));
|
||||
debug({ style: "info", label: "🗸 Sleevecap height" }, units(Math.abs(top)));
|
||||
debug(
|
||||
{ style: "info", label: "🗸 Sleevecap width" },
|
||||
units(points.bicepsRight.x * 2)
|
||||
);
|
||||
points.centerWrist = new Point(
|
||||
0,
|
||||
top + measurements.shoulderToWrist * (1 + options.sleeveLengthBonus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue