method to calculate first layer offset for belt widgets
This commit is contained in:
parent
9a94a87aef
commit
3905152135
1 changed files with 8 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue