method to calculate first layer offset for belt widgets

This commit is contained in:
Stewart Allen 2021-01-08 15:17:51 -05:00
commit 3905152135

View file

@ -267,6 +267,14 @@
}, "render");
}
// if (isBelt) {
// let bounds = BASE.newBounds();
// for (let top of slices[0].tops) {
// bounds.merge(top.poly.bounds);
// }
// console.log({z_anchor_bounds: bounds});
// }
// report slicing complete
ondone();
}