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

Pocket closes the program #1894

Open
MARIOBASZ opened this issue Jul 3, 2024 · 5 comments
Open

Pocket closes the program #1894

MARIOBASZ opened this issue Jul 3, 2024 · 5 comments

Comments

@MARIOBASZ
Copy link
Contributor

According to the figure, the diameter of the cutter and the stepover, pocket closes the program.
Will it go into loop? Problem with the last level of pocket?
When modifying stepover this problem does not occur. But I may have lost a lot of previous work time.
Any ideas to solve it?
Example: problem with bit 0.10 and stepover 50%
PRUEBA problema pocket.txt

@MARIOBASZ
Copy link
Contributor Author

Sometimes the generation of the profile generates the wrong route, or a kind of loop or, on the contrary, an open route. The problem seems to be generated by recursion on this last case.

@MARIOBASZ
Copy link
Contributor Author

IMG_9802

@MARIOBASZ
Copy link
Contributor Author

IMG_9803

@MARIOBASZ
Copy link
Contributor Author

force close path if it is open, I fix the problem

@MARIOBASZ
Copy link
Contributor Author

In cnc.py, inside
def _pocket
line 4466 after
for pout in opath:
add:
if not pout.isClosed():
pout.close()

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