Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inside op toolpath error #75

Open
xmarduel opened this issue Dec 18, 2021 · 0 comments
Open

Inside op toolpath error #75

xmarduel opened this issue Dec 18, 2021 · 0 comments

Comments

@xmarduel
Copy link

xmarduel commented Dec 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant