Machine Rounding Paths
- Askjerry
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 308
- Thank you received: 35
23 Jul 2023 14:38 - 23 Jul 2023 14:42 #276076
by Askjerry
Machine Rounding Paths was created by Askjerry
I have built a bunch of machines and configured even more... but I don't recall having this issue before.If I run the G-Code normally... it is rounding the corners... taking a shortcut. If I run the code in step mode, the cuts are perfect.
I've built a bunch of machines and configured even more... I don't think I ever had this happen before. I'm going to head to the shop to see if I can figure it out. I've attached the HAL and INI files if you have suggestions.
Thanks,
Jerry
I've built a bunch of machines and configured even more... I don't think I ever had this happen before. I'm going to head to the shop to see if I can figure it out. I've attached the HAL and INI files if you have suggestions.
Thanks,
Jerry
Last edit: 23 Jul 2023 14:42 by Askjerry.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19461
- Thank you received: 6529
23 Jul 2023 14:47 #276077
by tommylight
Replied by tommylight on topic Machine Rounding Paths
Path Control Mode section
linuxcnc.org/docs/2.9/html/gcode.html
linuxcnc.org/docs/2.9/html/gcode.html
Please Log in or Create an account to join the conversation.
- Askjerry
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 308
- Thank you received: 35
23 Jul 2023 15:09 #276079
by Askjerry
Replied by Askjerry on topic Machine Rounding Paths
Well... it looks like I owe you at least a cup of coffee Tommylight!
I wonder how that got set differently????
Now I know... I'm updating my POST PROCESSOR for Aspire to include G61 in the header.
For those following this post...
- G61 - Exact path mode, movement exactly as programmed. Moves will slow or stop as needed to reach every programmed point.
-G61.1 - Exact stop mode, movement will stop at the end of each programmed segment.
- G64 P0.015 (set path following to be within 0.015 of the actual path) This actually does much more, you would need to read the section.
Thanks for a QUICK FIX... I thought I was going to be in the shop for hours figuring it out!!!
I wonder how that got set differently????
Now I know... I'm updating my POST PROCESSOR for Aspire to include G61 in the header.
For those following this post...
- G61 - Exact path mode, movement exactly as programmed. Moves will slow or stop as needed to reach every programmed point.
-G61.1 - Exact stop mode, movement will stop at the end of each programmed segment.
- G64 P0.015 (set path following to be within 0.015 of the actual path) This actually does much more, you would need to read the section.
Thanks for a QUICK FIX... I thought I was going to be in the shop for hours figuring it out!!!
The following user(s) said Thank You: tommylight, besriworld
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19461
- Thank you received: 6529
23 Jul 2023 15:46 #276082
by tommylight
Replied by tommylight on topic Machine Rounding Paths
You can also add that to the ini file, it saves the trouble of entering that in MDI if you stop a running program and continue with "run from here". Here is a snippet from one of my configs
[RS274NGC]
RS274NGC_STARTUP_CODE = G21 G40 G90 G94 G97 G64 P0.025
Adjust to your requirements, this is for a metric machine.
[RS274NGC]
RS274NGC_STARTUP_CODE = G21 G40 G90 G94 G97 G64 P0.025
Adjust to your requirements, this is for a metric machine.
The following user(s) said Thank You: Askjerry, besriworld, Mr. Mass
Please Log in or Create an account to join the conversation.
- Askjerry
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 308
- Thank you received: 35
24 Jul 2023 12:07 #276147
by Askjerry
Replied by Askjerry on topic Machine Rounding Paths
That is useful... I didn't know you could specify things like that in the INI file.
I'll do that, I also run a Metric machine... my YouTube videos go worldwide... and more people use metric than not. Besides... I like the system better anyway.
THANKS!
I'll do that, I also run a Metric machine... my YouTube videos go worldwide... and more people use metric than not. Besides... I like the system better anyway.
THANKS!
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.057 seconds