Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback: output folder structure #23

Open
aconz2 opened this issue Dec 3, 2024 · 5 comments
Open

Feedback: output folder structure #23

aconz2 opened this issue Dec 3, 2024 · 5 comments

Comments

@aconz2
Copy link
Owner

aconz2 commented Dec 3, 2024

Currently, the output structure looks like

project/file1_v1.f3d
project/file1_v2.f3d
project/file_v2/component 1/component 1a/sketch1.dxf

and up until recently, the version separator (between the name and version) was unconditionally _ which didn't match Fusion's ; this is now configurable though in the end I'd rather transition to exclusively,

A probably nicer structure (who knows why I didn't choose this originally, but...)

project/file1/v1/file1 v1.f3d
project/file1/v2/file1 v2.f3d
project/file1/v2/component 1/component 1a/sketch1.dxf

as mentioned in #21

Seeking feedback on whether this is good or bad. I don't want to just release this since then the next time you export it will redo (potentially) tons of exporting since all the filenames changed; so maybe a migration script is in order. I don't want to be checking both old and new style filenames in the code going forward.

Also somehow didn't realize until now that dxf is the only thing that gets exported per component. stl for example could also be per component whereas now it is only done on the root component.

@jpr73350

This comment was marked as off-topic.

@aconz2

This comment was marked as off-topic.

@raphael-bmec-co
Copy link
Contributor

In our organisation we put the version in braces {}. Having said that I am not opposed to .

A related feature request from my side would be to be able to toggle appending the version number at all. We would typically export at a point in time and so not need to have version numbers at all. Would you like me to open a new issue for this feature?

@jpr73350

This comment was marked as spam.

@3dfixer
Copy link

3dfixer commented Jan 30, 2025

i would like this format (as per #21)
tried changing it myself but buggered it up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants