From 9460c7d94d0317418485729a20c2d0e56ef52057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Carandini?= Date: Thu, 5 Aug 2021 04:37:09 +0200 Subject: [PATCH] Update Install instructions.md --- Install instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install instructions.md b/Install instructions.md index 4e2bd7a..85ac938 100644 --- a/Install instructions.md +++ b/Install instructions.md @@ -68,11 +68,11 @@ Navigate to the `RP-Pico Libraries` folder, select the `Pico.wrl` file and wait ![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) -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) @@ -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. -Have fun! \ No newline at end of file +Have fun!