orangecrab-fpga / orangecrab-hardware

ECP5 breakout board in a feather physical format
Other
477 stars 55 forks source link

Use $KIPRJMOD for relative paths #10

Closed cdwilson closed 4 years ago

cdwilson commented 4 years ago

Fixes 3D model paths so that the 3D view works for non-Gregs :)

Before: image

After: image

There is still a model that doesn't show up for U10 because ${KISYS3DMOD}/Package_SON.3dshapes/Texas_X2SON-4_1x1mm_P0.65mm.wrl doesn't seem to be in https://github.com/KiCad/kicad-packages3D/tree/master/Package_SON.3dshapes

image

@gregdavill does this one show up for you?

gregdavill commented 4 years ago

Thanks!

I have a model for the XSON4 package in my own library (Which is linked as a submodule). As the standard KiCad libraries seem to be missing this I've updated the path to point to mine.

Can you just confirm that these are all working now?

cdwilson commented 4 years ago

Yup! All the packages work out of the box now, thx for adding it.