Merge branch 'rel-4.1' of github.com:GridSpace/grid-apps into rel-4.1
This commit is contained in:
commit
433960f944
1 changed files with 2 additions and 1 deletions
|
|
@ -1013,7 +1013,8 @@ class OpTrace extends CamOp {
|
|||
let slice = newSliceOut(z);
|
||||
slice.camTrace = { tool, rate, plunge };
|
||||
POLY.offset([ poly ], [ -toolDiam/2, -toolOver ], {
|
||||
count:999, outs: slice.camLines = [], flat:true, z
|
||||
count:999, outs: slice.camLines = [], flat:true, z,
|
||||
minArea: 0
|
||||
});
|
||||
if (tabs) {
|
||||
slice.camLines = cutTabs(tabs, POLY.flatten(slice.camLines, null, true), z);
|
||||
|
|
|
|||
Loading…
Reference in a new issue