1
0
Fork 0

sparkles: Updated debug format to latest changes

This commit is contained in:
Joost De Cock 2018-12-21 19:00:52 +01:00
parent cb9216c737
commit c88ad243ab
3 changed files with 37 additions and 20 deletions

View file

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