You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
As I have some very big assemblies that constantly fail I would like to be able to choose the different projects so I can at least backup these. Later I can take care of the failing projects and try to make them smaller or find another way to backup these.
The text was updated successfully, but these errors were encountered:
As a workaround not to start from the beginning I modified the script:
from for project_index in range(all_projects.count):
to for project_index in range(5, all_projects.count):
Then it starts at project 6 instead running all previous finished.
Also my RAM is getting full and i expect Fusion360 to crash again. So This workaround helps me a lot.
Would be nicer if there was an option too choose the projects.
As I have some very big assemblies that constantly fail I would like to be able to choose the different projects so I can at least backup these. Later I can take care of the failing projects and try to make them smaller or find another way to backup these.
The text was updated successfully, but these errors were encountered: