Linuxcnc doesnt follow the gcode

More
17 Aug 2021 11:49 #217973 by zu4lu
Hi, please help, i don't know what's wrong. See the attached picture. Linuxcnc makes curves, where there should not any, gcode comes from freecad and seems ok.
Thank you
Michael
Attachments:

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

More
17 Aug 2021 12:29 - 17 Aug 2021 12:34 #217976 by Aciera
One thing that seems very odd is that you have feed rates of 200 and 3000 in your code. I don't think that makes any sense at all.
Try setting it to F200 and delete all the rest.

[edit]
With normal path blending there is no way your machine can accelerate and decelerate fast enough to cut a 90° corner at F3000.
Last edit: 17 Aug 2021 12:34 by Aciera.

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

More
17 Aug 2021 12:32 #217977 by zu4lu
200 mm/min is the vertical, 3000 mm/min the horizontal feed. These are the limits of my machine.

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

More
17 Aug 2021 12:37 - 17 Aug 2021 12:44 #217978 by Aciera
If you really think you need to go that fast then try G64 in the preamble:
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g64

Something like G64 P0.1 will tell the motion planner to keep the path within 0.1 mm of the requested path.

[edit]
your acceleration rates would have to be very impressive to get your machine to go around a 90° corner at F3000 so the motion planner will adjust the radii to a size that keeps the acceleration within the limits you set in the ini file.
Last edit: 17 Aug 2021 12:44 by Aciera.
The following user(s) said Thank You: zu4lu

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

More
17 Aug 2021 12:39 #217979 by phillc54
Try something like G64 P0.01 in your preamble.
linuxcnc.org/docs/devel/html/gcode/g-code.html#gcode:g64
The following user(s) said Thank You: zu4lu

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

More
17 Aug 2021 12:50 #217981 by zu4lu
Something learned, thank you very much. Works perfect now.

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

More
17 Aug 2021 21:59 #218024 by andypugh
The following user(s) said Thank You: zu4lu

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

Time to create page: 0.078 seconds
Powered by Kunena Forum