We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e569dd5 commit 93ae095Copy full SHA for 93ae095
1 file changed
src/kiri/mode/cam/work/op-area.js
@@ -142,7 +142,7 @@ class OpArea extends CamOp {
142
let pinc = 1 / polys.length;
143
for (let area of polys) {
144
let bounds = area.getBounds3D();
145
- let ts_off = toolDiam / 2 - ts_eps + (op.leave_xy ?? 0);
+ let ts_off = toolDiam / 2 + (op.leave_xy ?? 0) + ts_eps;
146
let offopt = {
147
arc: 250,
148
join: roundSharps ? ClipperLib.JoinType.jtRound : undefined,
0 commit comments