icebreaker-fpga / icebreaker

Small and low cost FPGA educational and development board
562 stars 73 forks source link

PMOD connector 3D model error #23

Closed DanSGiesbrecht closed 5 years ago

DanSGiesbrecht commented 5 years ago

Hi @esden

I was combing through your design (v1.0c) and noticed that J21 has a duplicated 3D model:

3d-view

esden commented 5 years ago

The offset model should not show up. The second 3d model is a model from the older KiCad 3d library. You might have both installed. You might want to delete old 3d models and only have the new ones installed. I left the old models just in case and prefixed them with dis so that KiCad can't find it. It is strange that it shows up at all. What KiCad version do you have installed?

screenshot from 2019-01-03 18-01-32

screenshot from 2019-01-03 18-02-21

DanSGiesbrecht commented 5 years ago

Thanks for the quick response! I'm glad to hear that it's just on my end. I have KiCad 5.0.1 installed, with the default 3D library.

esden commented 5 years ago

I see. I think I will just remove the other 3d models. This should remove the confusion.

esden commented 5 years ago

Thank you very much for the contribution. This should now be fixed in all the versions of the board. :)

madding1602 commented 1 year ago

Hi. I'm trying to get the CAD file made for a project. I need the 2 PMOD connectors on the side, plus the RGBLED, FLASH and CRESET (straight male), along woth the 2 5V connectors to the 5V (straight females). How can I add them? I haven't used KiCAD, but when I try to create the STEP file it's created with no connectors (and I've tried multiple versions). I need it for the 1.0e version

esden commented 1 year ago

@madding1602 This is not the right place to ask the question. It is bad style to jump onto some other github issue that has nothing to do with your project. You should join the KiCad Discord server and ask there instead: https://discord.gg/xvnRc9EY

That said, if you want the part footprints to export together with the board using STEP, you have to make sure that the part models are also STEP and not WRL. If you have further questions please ask them on the KiCad User Discord server.

madding1602 commented 1 year ago

@madding1602 This is not the right place to ask the question. It is bad style to jump onto some other github issue that has nothing to do with your project. You should join the KiCad Discord server and ask there instead: https://discord.gg/xvnRc9EY

That said, if you want the part footprints to export together with the board using STEP, you have to make sure that the part models are also STEP and not WRL. If you have further questions please ask them on the KiCad User Discord server.

okay. thanks!