LinuxCNC Paid Help
- smc.collins
- Offline
- Platinum Member
Less
More
- Posts: 696
- Thank you received: 123
27 Jan 2022 23:05 - 28 Jan 2022 00:39 #233325
by smc.collins
Replied by smc.collins on topic LinuxCNC Paid Help
except that the error only occurs on my machine, but not the backplot Axis sim
Attachments:
Last edit: 28 Jan 2022 00:39 by smc.collins.
Please Log in or Create an account to join the conversation.
- cakeslob
- Offline
- Platinum Member
Less
More
- Posts: 802
- Thank you received: 231
28 Jan 2022 02:18 #233335
by cakeslob
Replied by cakeslob on topic LinuxCNC Paid Help
linuxcnc.org/docs/devel/html/config/ini-...l#gcode:ini-features
CENTER_ARC_RADIUS_TOLERANCE_INCH = n Default 0.00005
CENTER_ARC_RADIUS_TOLERANCE_MM = n Default 0.00127
try playing with these setting, I have them set on my machine. Its been a while since Ive had that error but this is one of the things I did, I hope it actually does something. The other thing I did was tighten the arc tolerance when doing helical arcs, that was where I mostly had the issue.
CENTER_ARC_RADIUS_TOLERANCE_INCH = n Default 0.00005
CENTER_ARC_RADIUS_TOLERANCE_MM = n Default 0.00127
try playing with these setting, I have them set on my machine. Its been a while since Ive had that error but this is one of the things I did, I hope it actually does something. The other thing I did was tighten the arc tolerance when doing helical arcs, that was where I mostly had the issue.
Please Log in or Create an account to join the conversation.
- smc.collins
- Offline
- Platinum Member
Less
More
- Posts: 696
- Thank you received: 123
28 Jan 2022 04:18 #233339
by smc.collins
Replied by smc.collins on topic LinuxCNC Paid Help
Where are those settings located ?
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Visitor
28 Jan 2022 07:20 - 28 Jan 2022 07:23 #233350
by ALittleOffTheRails
Replied by ALittleOffTheRails on topic LinuxCNC Paid Help
In your ini file under the relevant section heading. It may help to read the whole page that was linked.
/your_home_directorylinuxcnc/configs/name_of_your_config/
/your_home_directorylinuxcnc/configs/name_of_your_config/
Last edit: 28 Jan 2022 07:23 by ALittleOffTheRails.
Please Log in or Create an account to join the conversation.
- smc.collins
- Offline
- Platinum Member
Less
More
- Posts: 696
- Thank you received: 123
29 Jan 2022 20:43 #233482
by smc.collins
Replied by smc.collins on topic LinuxCNC Paid Help
4 posts up I put up my configs,
Please Log in or Create an account to join the conversation.
- smc.collins
- Offline
- Platinum Member
Less
More
- Posts: 696
- Thank you received: 123
30 Jan 2022 01:36 #233508
by smc.collins
Replied by smc.collins on topic LinuxCNC Paid Help
changing the precision value in the prost processor for fusion 360 seems to have resolved the radius arc errors.
Time to email Autodesk
Time to email Autodesk
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Visitor
30 Jan 2022 01:44 #233509
by ALittleOffTheRails
Replied by ALittleOffTheRails on topic LinuxCNC Paid Help
You asked where those settings where located.
I just replied where they were located.
Instead of just (insert bad words here) whinging & complaining, how about a "thanks mate". Seriously if this is the way you treat people volunteering help I'd really hate to see how you would treat someone you paid for for help.
I just replied where they were located.
Instead of just (insert bad words here) whinging & complaining, how about a "thanks mate". Seriously if this is the way you treat people volunteering help I'd really hate to see how you would treat someone you paid for for help.
Please Log in or Create an account to join the conversation.
- cakeslob
- Offline
- Platinum Member
Less
More
- Posts: 802
- Thank you received: 231
30 Jan 2022 19:49 #233571
by cakeslob
Replied by cakeslob on topic LinuxCNC Paid Help
Sometimes the setting need to be added to the section
the link I provided was for the ini file under the rs274 section, so just add them in. it probably has less to do with autodesk and more to do with linuxcnc having a tight default tolerance
CENTER_ARC_RADIUS_TOLERANCE_INCH = n Default 0.00005
CENTER_ARC_RADIUS_TOLERANCE_MM = n Default 0.00127
I will assume this means the arc tolerance is set to .00005" for imperial, most of the time i have my default arc tolerance for roughing set to .001" in mastercam. So see if gradually increasing that number makes a difference
the link I provided was for the ini file under the rs274 section, so just add them in. it probably has less to do with autodesk and more to do with linuxcnc having a tight default tolerance
CENTER_ARC_RADIUS_TOLERANCE_INCH = n Default 0.00005
CENTER_ARC_RADIUS_TOLERANCE_MM = n Default 0.00127
I will assume this means the arc tolerance is set to .00005" for imperial, most of the time i have my default arc tolerance for roughing set to .001" in mastercam. So see if gradually increasing that number makes a difference
[TASK]
TASK = milltask
CYCLE_TIME = 0.010
[RS274NGC]
PARAMETER_FILE = linuxcnc.var
CENTER_ARC_RADIUS_TOLERANCE_INCH = 0.0005
CENTER_ARC_RADIUS_TOLERANCE_MM = 0.00127
[EMCMOT]
EMCMOT = motmod
COMM_TIMEOUT = 1.0
SERVO_PERIOD = 1000000
Please Log in or Create an account to join the conversation.
- smc.collins
- Offline
- Platinum Member
Less
More
- Posts: 696
- Thank you received: 123
31 Jan 2022 06:39 - 31 Jan 2022 06:40 #233609
by smc.collins
Replied by smc.collins on topic LinuxCNC Paid Help
Yeah i was searching inside the ini files, and I was wondering if this was a case of needing to add a few lines to it.
Thank you, changing the post processor seems to maybe be a better fix however. I will be retrofitting 3 more hurcos for production work in the home shop shortly.
The tool changer looks to be daunting potentially.
Thank you, changing the post processor seems to maybe be a better fix however. I will be retrofitting 3 more hurcos for production work in the home shop shortly.
The tool changer looks to be daunting potentially.
Last edit: 31 Jan 2022 06:40 by smc.collins.
Please Log in or Create an account to join the conversation.
Time to create page: 0.066 seconds