New script for custom Thread Resizing

New script for custom Thread Resizing

valentinimarko
Observer Observer
448 Views
1 Reply
Message 1 of 2

New script for custom Thread Resizing

valentinimarko
Observer
Observer

Hello,

 

I just made available to the public a python script able to automatically resize all Thread in Fusion 360 by a fixed amount.

 

the source code is now for mac but can be easily adjusted to pc with small modifications in the code, you can find it in my github account:

 

https://github.com/mava70/fusion360scripts

 

after running the script all xml Thread files in production installation of Fusion 360 on your pc will be duplicated with same filename+RESIZED.xml, and you can find the new Thread type directly in Fusion 360.

 

I am planning to do a video guide, but I think the script are simple.

 

The script is based on the following knowledge base

 

https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/Custo...

 

video explanation here:

 

https://youtu.be/1hn4vYDwGYU

 

Italian but with english subtitle 

 

Bye

 

Marco

 

Accepted solutions (1)
449 Views
1 Reply
Reply (1)
Message 2 of 2

JeromeBriot
Mentor
Mentor
Accepted solution

@valentinimarko wrote:

 

the source code is now for mac but can be easily adjusted to pc with small modifications in the code

 


Hello,

 

You can find a multiplatform solution to manage the Fusion 360 installation path here: https://github.com/JeromeBriot/fusion360-open-folders/blob/main/OpenFolders.py