Update Install instructions.md

This commit is contained in:
Nicolò Carandini
2021-08-05 04:37:09 +02:00
committed by GitHub
parent ae1434c30d
commit 9460c7d94d

View File

@@ -68,11 +68,11 @@ Navigate to the `RP-Pico Libraries` folder, select the `Pico.wrl` file and wait
![symbol library manager](Images/Image18.png) ![symbol library manager](Images/Image18.png)
Due to different origin setup and unit of measure, I found that the imported model doesn't fit with the footprint: Due to undefined unit of measure (mm vs inch) in VRML format, you can found that the imported model doesn't fit with the footprint. As an example:
![symbol library manager](Images/Image19.png) ![symbol library manager](Images/Image19.png)
but we can easily fix it changing the scale and the offset: but you can easily fix it changing the scale and the offset:
![symbol library manager](Images/Image20.png) ![symbol library manager](Images/Image20.png)
@@ -84,4 +84,4 @@ Now that you've installed the schema and footprint and added the 3D model to the
I've also added a test KiCad Project on the `Test` folder, that you can use to see an example of it. I've also added a test KiCad Project on the `Test` folder, that you can use to see an example of it.
Have fun! Have fun!