jscut icon indicating copy to clipboard operation
jscut copied to clipboard

Inside op toolpath error

Open xmarduel opened this issue 4 years ago • 0 comments

The "inside" op produces a wrong "last" toolpath, while the "outside" op is ok. It is visible with the following configuration:

  • svg has a single cube 40x40 mm.

1.Select op "Outside" with margin "2mm" and width "5mm" . Tool Diameter in inch 0.125, stepover 0.4 => 3 toolpaths, all Ok 2. Select op "Inside" with margin "2mm" and width "5mm" . Tool Diameter in inch 0.125, stepover 0.4 => 3 toolpaths, but observe how in the inner side of the op the last toolpath is too far away from the border. Infact the bug is in the routine "jscut.priv.cam.outline" at line 197: the last offset is delta = width - currentWidth, but it should be, for "Inside" ops, -delta. Sincerely, XM

xmarduel avatar Dec 18 '21 17:12 xmarduel