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

Custom transformation for STEP export #1360

Open
xotho opened this issue Apr 3, 2024 · 2 comments
Open

Custom transformation for STEP export #1360

xotho opened this issue Apr 3, 2024 · 2 comments

Comments

@xotho
Copy link

xotho commented Apr 3, 2024

Since the application can export STEP files, can it be possible to implement a set of primitive functions to move , align, rotate PCBs ?

The question is :
if i have more pcb's circuit in the same BOARD, I'd like to place those in the space in the right way with the right distances with the right angles .... exporting maybe just a final step that gives exactly the position and dimension of the placed pcs's.

This would let you treat the electronic parts as a single assembly, mechanically it can help a lot in many circumstances.

X!

@ubruhin
Copy link
Member

ubruhin commented Apr 3, 2024

Hmm theoretically this might be possible, but to be honest I think the placement of models is the job of the MCAD. As far as I remember from MCAD software, usually you only need to define placement of models in an assembly once and it stays intact even when updating one of these models.

Thus I doubt such a feature is worth the effort and the additional complexity of LibrePCB. Complexity always comes with more complicated/polluted user interface and risk of bugs.

@ubruhin ubruhin changed the title 3D view. Custom transformation for STEP export Apr 3, 2024
@xotho
Copy link
Author

xotho commented Apr 4, 2024

Understand your point of view.

So, I see an alternative also. Export singularly the boards if more than 1 present including the full assembly as is.

So with 1 board, 1 export; with n.boards (n.boards+1) exports....

take care,
X!

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

No branches or pull requests

2 participants