sparkles: Updated debug format to latest changes
This commit is contained in:
parent
cb9216c737
commit
c88ad243ab
3 changed files with 37 additions and 20 deletions
|
@ -6,11 +6,16 @@ export default part => {
|
|||
|
||||
// Wrist
|
||||
let top = paths.sleevecap.bbox().topLeft.y;
|
||||
debug({ style: "info", label: "🗸 Sleevecap height" }, units(Math.abs(top)));
|
||||
debug(
|
||||
{ style: "info", label: "🗸 Sleevecap width" },
|
||||
units(points.bicepsRight.x * 2)
|
||||
);
|
||||
debug({
|
||||
style: "info",
|
||||
label: "🗸 Sleevecap height",
|
||||
msg: units(Math.abs(top))
|
||||
});
|
||||
debug({
|
||||
style: "info",
|
||||
label: "🗸 Sleevecap width",
|
||||
msg: 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