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

Moved 3D parts don't saved correctly. #108

Open
rahmanshaber opened this issue Dec 31, 2021 · 3 comments
Open

Moved 3D parts don't saved correctly. #108

rahmanshaber opened this issue Dec 31, 2021 · 3 comments

Comments

@rahmanshaber
Copy link

image

Here i changed some parts position in freecad and pushed the change using this button and waited to get the message that all change is saved>> then opened the brd file from kicad >> then the 3d view parts position doesn't match. also brd file don't show the same potion that i pushed from freecad.

image

You can test it using the raspberry pi CM4 board file from here https://www.raspberrypi.com/products/compute-module-4-io-board/

Using latest kicad 6 and freecad 19.3

@easyw
Copy link
Owner

easyw commented Feb 9, 2022

this seems related to the transformation applied to the 3d model to be moved...
it is a good practice to have 3D models with standard placement as in the kicad fp libraries
x,y,z 0,0,0
rotation 0

@leventelist
Copy link

I have similar issue. I moved a component in FreeCAD, and the rotation of the component changed from -90 to 90 degrees.

@easyw
Copy link
Owner

easyw commented Mar 30, 2023

I have added a warning in case of x,y rotation in 3D models
kicadStepUptools.py#L20869-L20880

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

3 participants