TimPaterson / Fusion360-Batch-Post

Fusion add-in to post all CAM setups at once, optionally dividing them into folders.
The Unlicense
132 stars 26 forks source link

error when posting #16

Closed gotdirt24 closed 3 years ago

gotdirt24 commented 3 years ago

i tried using it today im getting failed 0 files were written . 1 setups were skipped due to error; failed on setup (name of setup); fusion360 reported an exception funny thing is this file/setup has not changed last week it posted fine i have tried changing the timing and naming to test it i did remove the preceded gode lines its was redundant

TimPaterson commented 3 years ago

How many operations are in the setup? If more than one, verify you can run the normal Fusion 360 post process command on each of them individually. If that works, suppress all but one operation and see if some work with PostProcessAll and some don't. You can use multiple select on the operations, right click and check/uncheck Suppress. Make sure you have the latest version -- a bug in handling suppressed operations was fixed last month.

gotdirt24 commented 3 years ago

No matter what I do I keep getting that error I have suppressed each operation still have a error and I can post the regular way one by one Would you be willing to teamviewer in ?

Thanks mike

Sent from my iPhone

On May 16, 2021, at 3:38 PM, TimPaterson @.***> wrote:

 How many operations are in the setup? If more than one, verify you can run the normal Fusion 360 post process command on each of them individually. If that works, suppress all but one operation and see if some work with PostProcessAll and some don't. You can use multiple select on the operations, right click and check/uncheck Suppress. Make sure you have the latest version -- a bug in handling suppressed operations was fixed last month.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

gotdirt24 commented 3 years ago

i tried installing post process all again with the newest github code it does create a file to the output folder but empty 0kb

On Fri, May 21, 2021 at 7:06 PM Mike Boyle @.***> wrote:

No matter what I do I keep getting that error I have suppressed each operation still have a error and I can post the regular way one by one Would you be willing to teamviewer in ?

Thanks mike

Sent from my iPhone

On May 16, 2021, at 3:38 PM, TimPaterson @.***> wrote:



How many operations are in the setup? If more than one, verify you can run the normal Fusion 360 post process command on each of them individually. If that works, suppress all but one operation and see if some work with PostProcessAll and some don't. You can use multiple select on the operations, right click and check/uncheck Suppress. Make sure you have the latest version -- a bug in handling suppressed operations was fixed last month.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TimPaterson/Fusion360-Batch-Post/issues/16#issuecomment-841887528, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC77TATWGKRLSJUGKZ7ZUPTTOBCPZANCNFSM447HLI5Q .

TimPaterson commented 3 years ago

I forgot to ask the most basic question: What post processor are you using?

gotdirt24 commented 3 years ago

https://swissi2000.github.io/Fusion-360-Milling-Post-Processor-for-Centroid/

Sent from my iPhone

On May 23, 2021, at 9:45 AM, TimPaterson @.***> wrote:

 I forgot to ask the most basic question: What post processor are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

TimPaterson commented 3 years ago

I was able to reproduce the problem with that post processor, which led to a simple fix. Get the latest version and give it a try (restart the add-in if Fusion 360 is running).

If it works for you, please also confirm what tool change code to use so I can update my compatibility table.

gotdirt24 commented 3 years ago

Very cool that’s maybe the most common post processor people are using for centroid it has a bunch of bells and whistles I will check it out tonight see how it goes

Sent from my iPhone

On May 23, 2021, at 9:50 AM, Mike Boyle @.***> wrote:

 https://swissi2000.github.io/Fusion-360-Milling-Post-Processor-for-Centroid/

Sent from my iPhone

On May 23, 2021, at 9:45 AM, TimPaterson @.***> wrote:

 I forgot to ask the most basic question: What post processor are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

gotdirt24 commented 3 years ago

Added new code It’s doing something different

Sent from my iPhone

On May 23, 2021, at 11:50 AM, Mike Boyle @.***> wrote:

Very cool that’s maybe the most common post processor people are using for centroid it has a bunch of bells and whistles I will check it out tonight see how it goes

Sent from my iPhone

On May 23, 2021, at 9:50 AM, Mike Boyle @.***> wrote:

 https://swissi2000.github.io/Fusion-360-Milling-Post-Processor-for-Centroid/

Sent from my iPhone

On May 23, 2021, at 9:45 AM, TimPaterson @.***> wrote:

 I forgot to ask the most basic question: What post processor are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

gotdirt24 commented 3 years ago

I have good news I did get it to work a few times and run the program everything worked as planned , there is a tool path grafting that is displayed Before the program starts that isn’t correct but the gcode is

Sent from my iPhone

On May 23, 2021, at 11:50 AM, Mike Boyle @.***> wrote:

Very cool that’s maybe the most common post processor people are using for centroid it has a bunch of bells and whistles I will check it out tonight see how it goes

Sent from my iPhone

On May 23, 2021, at 9:50 AM, Mike Boyle @.***> wrote:

 https://swissi2000.github.io/Fusion-360-Milling-Post-Processor-for-Centroid/

Sent from my iPhone

On May 23, 2021, at 9:45 AM, TimPaterson @.***> wrote:

 I forgot to ask the most basic question: What post processor are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

TimPaterson commented 3 years ago

I guess we're done then...