New add-in to export STL, STEP and F3D files in various granularity and refinements

New add-in to export STL, STEP and F3D files in various granularity and refinements

lichtzeichenanlage
Advisor Advisor
5,047 Views
39 Replies
Message 1 of 40

New add-in to export STL, STEP and F3D files in various granularity and refinements

lichtzeichenanlage
Advisor
Advisor

A couple of years (???) ago I've written a little add-in to export STLs and F3D files called Filtered Export. Larger parts were driven by the community, which did not always meet my requirements. That's fine and I'll used it all the time.

Now I've created a new add-in that can exports various formats in different granularity and refinements in one job and the configuration is stored within the design. So it's easy to export updated designs at the push of a button.

Feedback is very welcome.

 

https://github.com/WilkoV/Fusion360_ExportIt

5,048 Views
39 Replies
Replies (39)
Message 21 of 40

lichtzeichenanlage
Advisor
Advisor

Latest update broke my add-in, here is the fix.

Message 22 of 40

lichtzeichenanlage
Advisor
Advisor

This fix should also be related an Fusion 360 update (latest or the one before). 

0 Likes
Message 23 of 40

rushabhthakkar_910
Advisor
Advisor

Hello @lichtzeichenanlage , To be frank, I am a Mechanical guy with no experience in C.S. I had a add-in added to fusion but with the help of my friend. And now he is not here to help me. 

 

So can you guide me how to add this...??

Thanks and Regards,


Rushabh Thakkar.


Please use the Accept Solution button to mark any posts that provide the answer or solution. 


Likes are always welcome.


LinkedIn | Instagram | Facebook.      


                        


 


 

0 Likes
Message 24 of 40

lichtzeichenanlage
Advisor
Advisor
Sure, no problem. What operating system are you using?
0 Likes
Message 25 of 40

rushabhthakkar_910
Advisor
Advisor

Windows 10, Core i5-8250U....

Thanks and Regards,


Rushabh Thakkar.


Please use the Accept Solution button to mark any posts that provide the answer or solution. 


Likes are always welcome.


LinkedIn | Instagram | Facebook.      


                        


 


 

0 Likes
Message 26 of 40

lichtzeichenanlage
Advisor
Advisor
Here is a short installation description. Is this enough?

https://github.com/WilkoV/Fusion360_ExportIt#installation
0 Likes
Message 27 of 40

rushabhthakkar_910
Advisor
Advisor

I'll try it sir.. And if stuck at some point, I'll let you know...

Thanks and Regards,


Rushabh Thakkar.


Please use the Accept Solution button to mark any posts that provide the answer or solution. 


Likes are always welcome.


LinkedIn | Instagram | Facebook.      


                        


 


 

Message 28 of 40

lichtzeichenanlage
Advisor
Advisor

I've added 3MF exports to the ExportIt Add-in. If you have installed it, you should get an automatic notification but you can also download the new version here.

0 Likes
Message 29 of 40

SEIZMICdesign
Collaborator
Collaborator

Is this even possible to load now? The last time I loaded an extension there was a community marketplace of extensions of sorts. Now it seems it's a locked, Autodesk-only buy-in system. Am I missing something? Is it possible to load third-party extensions anymore? Seems to not be.

0 Likes
Message 30 of 40

lichtzeichenanlage
Advisor
Advisor

I'm not sure what you mean. I'm on a hobbyist license and I made this little add-in for me to make the export task a bit easier and consistent. I have no plans to publish it in the market place, so I've uploaded it to gitHub share it this way.

You can download the latest version from the link I've posted before by downloading the ExportIt.zip file

22-09-2021 22-11-41.png

After the download has finished and you've unpacked the content to an folder you like, you can follow the installation steps I outlined here:

 

https://github.com/WilkoV/Fusion360_ExportIt/tree/0.9.0#installation

 

Let me know if it worked for you.

 

Message 31 of 40

SEIZMICdesign
Collaborator
Collaborator
I see! Thanks for the reply! I'll try it out.
Message 32 of 40

AlessandroZap
Enthusiast
Enthusiast

Hi everyone,

First of all, thanks for creating this add-in.

Here is my question: I need to name the exported step files by part number. Is there a way to change the code in order to do so?

0 Likes
Message 33 of 40

lichtzeichenanlage
Advisor
Advisor

Hi, where do you store the part numbers in Fusion 360?

0 Likes
Message 34 of 40

AlessandroZap
Enthusiast
Enthusiast

I enter the part number here, in the component property window:

Screenshot 2023-11-24 alle 17.38.06.png

0 Likes
Message 35 of 40

AlessandroZap
Enthusiast
Enthusiast

I thought you could mean something else:
this is the attribute used in the Drawings Title Blocks to recall automatically the part name: "MODEL_PART_NO"

0 Likes
Message 36 of 40

lichtzeichenanlage
Advisor
Advisor

I check it.

0 Likes
Message 37 of 40

lichtzeichenanlage
Advisor
Advisor

Hi @AlessandroZap,

 

I've published a new version that allows you to use the part number instead of the component name. You can find it here. The change will work for f3d and step exports, but you've to set the structure to "One File Per Component": You also have to enable it in the location tab.

 

25-11-2023 03-06-07.png

I hope this works for you. If not, just drop me a comment here or create a change request on github. I'll try my very best to make it work for you.

Message 38 of 40

AlessandroZap
Enthusiast
Enthusiast
Wow! Thank you for your quick answer! I'll check tomorrow and I'll give you my feedback.
Message 39 of 40

AlessandroZap
Enthusiast
Enthusiast

@lichtzeichenanlage ,

Hi there, I tried the new version and it worked perfectly!
Thank you again for your work, I really appreciate 👍

Message 40 of 40

lichtzeichenanlage
Advisor
Advisor

You're welcome @AlessandroZap. I'm glad I could help you. If anything is missing, just leave me a message. I always try to make it work.