radius to end of arc differs from radius to start
- MarnikMakes
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
05 Jun 2021 10:59 #211206
by MarnikMakes
radius to end of arc differs from radius to start was created by MarnikMakes
Hi all
I recently finished the retrofit on a Emco-F1 using linuxcnc. Everything seems to be working fine. For testing stuff i generated some simple G-code using Fusion360 and it worked perfectly. It was just some simple facing operation but it was good to get started. I now want to start working on my first project and i get this error: radius to end of arc differs from radius to start. I have looked at differend sources online but I can't get it figured out. What is the best course of action to take?
https://imgur.com/345r19h
Thanks in advace.
I recently finished the retrofit on a Emco-F1 using linuxcnc. Everything seems to be working fine. For testing stuff i generated some simple G-code using Fusion360 and it worked perfectly. It was just some simple facing operation but it was good to get started. I now want to start working on my first project and i get this error: radius to end of arc differs from radius to start. I have looked at differend sources online but I can't get it figured out. What is the best course of action to take?
https://imgur.com/345r19h
Thanks in advace.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19209
- Thank you received: 6438
05 Jun 2021 12:57 #211208
by tommylight
Replied by tommylight on topic radius to end of arc differs from radius to start
Tool to big for radius's in the gcode
Arc's to small for the given tool
starting work on an arc, this is usually when using "run from here"
Arc's to small for the given tool
starting work on an arc, this is usually when using "run from here"
Please Log in or Create an account to join the conversation.
06 Jun 2021 18:59 #211319
by BigJohnT
Replied by BigJohnT on topic radius to end of arc differs from radius to start
I wrote an arc generator to help people understand what a correct arc G code is.
github.com/LinuxCNC/simple-gcode-generators/tree/master/arcgen
Usually with post processors the precision is not small enough and rounding introduces errors.
JT
github.com/LinuxCNC/simple-gcode-generators/tree/master/arcgen
Usually with post processors the precision is not small enough and rounding introduces errors.
JT
Please Log in or Create an account to join the conversation.
08 Jun 2021 23:06 #211558
by andypugh
Which postprocessor are you using in Fusion360? If you use the LinuxCNC one then I think that it gives enough precision to avoid this issue. (But I only ever use it in metric, which might matter)
Replied by andypugh on topic radius to end of arc differs from radius to start
i generated some simple G-code using Fusion360 and it worked perfectly. It was just some simple facing operation but it was good to get started. I now want to start working on my first project and i get this error: radius to end of arc differs from radius to start.
Which postprocessor are you using in Fusion360? If you use the LinuxCNC one then I think that it gives enough precision to avoid this issue. (But I only ever use it in metric, which might matter)
Please Log in or Create an account to join the conversation.
- Pudding1960
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
22 Feb 2023 16:18 #265036
by Pudding1960
Replied by Pudding1960 on topic radius to end of arc differs from radius to start
Hi Tommy !
I had several times the same issue ! The funy thing is,that i milled the same part yesterday an it worked fine, Today i tried it multiple times without success.. I tried to make a new g-Code with F360 ,it also don`t work.Last time a few month ago,i tried to fix the problem 4 hours long,then i give up,go to sleep an next day i tried again and it works fine ! Without any changes... Im desperate.
I had several times the same issue ! The funy thing is,that i milled the same part yesterday an it worked fine, Today i tried it multiple times without success.. I tried to make a new g-Code with F360 ,it also don`t work.Last time a few month ago,i tried to fix the problem 4 hours long,then i give up,go to sleep an next day i tried again and it works fine ! Without any changes... Im desperate.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19209
- Thank you received: 6438
22 Feb 2023 16:48 #265040
by tommylight
Replied by tommylight on topic radius to end of arc differs from radius to start
Screenshot of the error?
Please Log in or Create an account to join the conversation.
- Pudding1960
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
23 Feb 2023 23:13 #265169
by Pudding1960
Replied by Pudding1960 on topic radius to end of arc differs from radius to start
Yes the same Message ! I Have no Screenshot...
Please Log in or Create an account to join the conversation.
25 Feb 2023 11:48 #265315
by andypugh
Replied by andypugh on topic radius to end of arc differs from radius to start
It makes no sense that it should not work one day but work the next.
Did you restart the system between the two attempts?
This might be due to being in metric or imperial mode, as the required number of decimal places is different.
Which postprocessor are you using in F360? I have never seen this issue with the one that I use.
Did you restart the system between the two attempts?
This might be due to being in metric or imperial mode, as the required number of decimal places is different.
Which postprocessor are you using in F360? I have never seen this issue with the one that I use.
Please Log in or Create an account to join the conversation.
- Pudding1960
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
26 Feb 2023 00:50 #265374
by Pudding1960
Replied by Pudding1960 on topic radius to end of arc differs from radius to start
It all makes no sense.. I Restartet the system many times without success,the next day it works fine ! My Postprocessor is EMC and i had no issues exept this ....
Please Log in or Create an account to join the conversation.
27 Feb 2023 00:08 #265454
by andypugh
Replied by andypugh on topic radius to end of arc differs from radius to start
Attachments:
Please Log in or Create an account to join the conversation.
Time to create page: 0.103 seconds