Path in Fusion360 different from actual path

More
20 May 2021 14:55 #209657 by mf290997
Hi,

I have the issue, that on moves between cuts, the CNC starts moving in X/Y before Z is fully lifted out of the hole. That very often kills the cutter. In Fusion360 those linking moves are shown as perfectly rectangular moves. The Previewer in LinuxCNC shows the linking moves with an arc at the top, where Fusion360 shows a sharp corner.

Does anybody know why this is, and how to prevent this issue?

Thanks,
Max

Please Log in or Create an account to join the conversation.

More
20 May 2021 15:34 #209660 by AgentWD40

Please Log in or Create an account to join the conversation.

More
20 May 2021 15:40 #209661 by tommylight

That was discussed here on the forum lately but i can not find the topic, not sure what happened later but you might want to try to update LinuxCNC.

Please Log in or Create an account to join the conversation.

More
20 May 2021 16:32 #209664 by Sandro
I had something similar once while engraving. Sharp corners were rounded off because by default the G64 command was active. That also occurred during lifting of the tool.

Please Log in or Create an account to join the conversation.

More
20 May 2021 16:46 #209666 by mf290997
It looks like G64 could be the issue. How can I disable that? Nowhere in my GCode I can find a G64. Is it somewhere in the machine configurations?

Please Log in or Create an account to join the conversation.

More
20 May 2021 17:02 #209668 by AgentWD40
It's enabled by default. Have a look at the docs I linked above, it shows how to disable it are maybe better to adjust the tolerance to a small number. It's just a gcode command, you can add it to your pp.

Please Log in or Create an account to join the conversation.

More
20 May 2021 18:04 #209674 by Michael
Either add G61 to the top of each g code file or manually enter it in the mdi prior to starting a program. That will be exact path following.

I prefer to leave a bit of blending and usually do a G64 P.003 or G64 P.005 to each file to make sure it's always used with the file.

The lower acceleration your machine is capable of the more it will cut corners in G64 mode with no tolerance. Putting a bit of tolerance P will keep it from cutting corners and also not come to a complete stop like a G61 will on occasion

Please Log in or Create an account to join the conversation.

More
24 May 2021 00:41 - 24 May 2021 00:42 #209962 by BigJohnT

It looks like G64 could be the issue. How can I disable that? Nowhere in my GCode I can find a G64. Is it somewhere in the machine configurations?


It's not something you disable, it's the default if you don't specify something else in your preamble.

Example of good preamble
gnipsel.com/linuxcnc/g-code/gen01.html

JT
Last edit: 24 May 2021 00:42 by BigJohnT.

Please Log in or Create an account to join the conversation.

Time to create page: 0.091 seconds
Powered by Kunena Forum