svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
663 stars 175 forks source link

tangential axis and drag knife doesnot works simultaneously #284

Closed huley76 closed 2 years ago

huley76 commented 2 years ago

As suggested , i enabled both tangential knife and drag knife options for my tangential knife operation. Still the g code that i create from "Create simple shapes" doesnot take account into for the offset and the g code and figure i get is unbroken therefore everytime the knife is raised and lowerd , a gap appears due to the offset

Bug

279775992_1005387200118664_5897705146319899588_n

How i can activate the feature to compensate the offset and use tangential knife at the same time.

P.S. how can i choose the depth of cut and number of passes. I want to cut 2mm paper in one cut and now It cuts with 1.1 depth and in two pass even if i set Z min as 2. Thank you

svenhb commented 2 years ago

Here you need to put in the offset from center (tip of knife to axis of rotation): image image

image

If you want to cut same path several times: image

huley76 commented 2 years ago

I have adjusted the settings as you recommended but still it doesnot work for me. error offset

The problem that i have is the while the knife is raised and rotated it lands not on the position where the cut was, but a little behind as shown below. 279683448_1218977375540814_4615353422464428107_n

I looked at one of the issue with same problem as mine where you solved this problem recently and that was made available recently in new version, as you can see i installed the newest version but i still couldnot get the same result which was somewhat like this withoffest :

how can i activate this feature?

svenhb commented 2 years ago

You need to set "Offset from center" very excactly. Perhaps you have a picture of your knife?

huley76 commented 2 years ago

Mine is almost same as you used in video for tangential knife

279894087_322541673291227_7415532899114138996_n

I even tried with different values but the offset remains the same which is my mechanical offset of knife holder

svenhb commented 2 years ago

Looks like your knife-tip is in front of the rotation axis - sorry not supported. Your tip must be BEHIND the rotation axis. image

huley76 commented 2 years ago

Do you have an example of it? Mine is almost in the same plane with the rotary axis.

279893681_543366103850560_6875722846406775378_n "Your tip must be BEHIND the rotation axis." what do you mean by this or how can i achieve this

svenhb commented 2 years ago

Almost is not good enough. Either the tip is on the rotation axis (center exemple) then you don't need to enable "drag tool". Or right example, then "drag tool" must be enabled. In this examples, the cut direction is to the right. image

huley76 commented 2 years ago

Thank you for the help. I will impliment the necessary modification to my setup .

huley76 commented 2 years ago

Now i made changes as in right example above still the issue is same because the software doesnot accounts for offset. In the GUI the line is not broken therefore it rotates and the blades moves down and starts cutting, whereas in my case it should rotate, and then go further a little to compensate the offset and only then the knife should be lowered https://user-images.githubusercontent.com/105011612/167293842-8fbc688e-d021-473c-a6ca-bcb206bd0fa3.mp4

svenhb commented 2 years ago

Ok, now I see an offset of ca. 8 mm in the correct direction, so I would try this settings: image image The path should look like this, to take care of the offset: image

huley76 commented 2 years ago

which version of the grbl plotter are you using here(mine says ver 1.6.6.4)? I tried the identical setting in setup , but the path is not like yours but continuous( after setting the value i created a rectangle from "G code Creation"--> "Create simple shapes" --> rectangle"). How did you get this path ?

svenhb commented 2 years ago

Ok, sorry. At least it is implemented here: https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter_Setup_1664a.exe

svenhb commented 2 years ago

Any progress?

svenhb commented 2 years ago

No feedback, problem seems to be solved...