Linuxcnc doesnt follow the gcode
- zu4lu
- Offline
- Junior Member
Less
More
- Posts: 32
- Thank you received: 4
17 Aug 2021 11:49 #217973
by zu4lu
Linuxcnc doesnt follow the gcode was created 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
Thank you
Michael
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4025
- Thank you received: 1734
17 Aug 2021 12:29 - 17 Aug 2021 12:34 #217976
by Aciera
Replied by Aciera on topic Linuxcnc doesnt follow the gcode
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.
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.
- zu4lu
- Offline
- Junior Member
Less
More
- Posts: 32
- Thank you received: 4
17 Aug 2021 12:32 #217977
by zu4lu
Replied by zu4lu on topic Linuxcnc doesnt follow the gcode
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.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4025
- Thank you received: 1734
17 Aug 2021 12:37 - 17 Aug 2021 12:44 #217978
by Aciera
Replied by Aciera on topic Linuxcnc doesnt follow the gcode
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.
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.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5710
- Thank you received: 2088
17 Aug 2021 12:39 #217979
by phillc54
Replied by phillc54 on topic Linuxcnc doesnt follow the gcode
Try something like G64 P0.01 in your preamble.
linuxcnc.org/docs/devel/html/gcode/g-code.html#gcode:g64
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.
- zu4lu
- Offline
- Junior Member
Less
More
- Posts: 32
- Thank you received: 4
17 Aug 2021 12:50 #217981
by zu4lu
Replied by zu4lu on topic Linuxcnc doesnt follow the gcode
Something learned, thank you very much. Works perfect now.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
17 Aug 2021 21:59 #218024
by andypugh
Replied by andypugh on topic Linuxcnc doesnt follow the gcode
The following user(s) said Thank You: zu4lu
Please Log in or Create an account to join the conversation.
Time to create page: 0.168 seconds