Closed Darkmorro closed 2 years ago
Hello, it looks like, you also enabled drag-knife support for import: https://github.com/svenhb/GRBL-Plotter/wiki/Drag-tool-compensation So you should disable this option:
But I need this option. I have an offset knife. I tried to disable this option and the contours are not closed, the program does not take into account the offset of the knife.
You need to decide: either drag tool OR tangential axis. I have no idea how both could work together in the same time.
Understood! Thanks for the help. Looks like I'll have to modify the knife. However, if you enable both the drag tool and tangential axis options, the result is generally correct, only you need to remove "extra lines" from the code. If somehow it is possible to get rid of them automatically, it will be possible to use both options at once.
the result is generally correct, only you need to remove "extra lines" from the code.
Ok, perhaps you can specify when the extra lines appears and how they look like, so I don't need to search for....
Yes, sure. On the example of a 100 * 100mm square, I highlighted unnecessary lines. On more complex figures, extra lines also appear, if necessary, I will provide more examples.
( Use case: ? )
( SVG import by GRBL-Plotter 1.6.5.2 )
( Source: E:\Модели для фрезера\Заказы\Прокладки\Квадрат 100.svg )
(
Next version will have the modification:
Thanks a lot! I'll try it.
It's now released: https://github.com/svenhb/GRBL-Plotter/releases
Describe the bug Hey! I'm trying to use a tangential knife. There is a problem with unnecessary movements in the corners. Instead, having reached the corner, the knife rises, changes the direction of the blade (without changing the X and Y coordinates), goes down and cuts the arc, after that it rises again, changes the direction of the knife and goes to the beginning of the next vector. How to get rid of cutting arcs?
To Reproduce Steps to reproduce the behavior:
Expected behavior When the blade comes to the corner, the knife should rise and on a safe Z change the direction of the blade and come with its tip to the beginning of the next vector.
Screenshots Video with problem Code: