From a374466c506c9154300cc978c3a525f33816662a Mon Sep 17 00:00:00 2001 From: afkiwers Date: Fri, 9 Feb 2024 10:49:34 +1100 Subject: [PATCH] updated readme file --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 02b69d6..e683b5a 100644 --- a/README.md +++ b/README.md @@ -56,24 +56,19 @@ The plugin allows you to set default values when the child part lacks specific d ![image](/images/admin_add_category.png) -#### Using Footprint Parameter Mappings +#### Utilizing Footprint Parameter Mapping -If you already have Footprint/Package Type parameters on your parts and -don't want to specify a separate KiCad Footprint Parameter for them, you -can use the Footprint Parameter Mapping functionality to map from it to -KiCad Footprint names. Simply add the desired mappings to the KiCad -Category: +If you have existing Footprint/Package Type parameters assigned to your components and prefer not to define a separate KiCad Footprint Parameter for them, you can leverage the Footprint Parameter Mapping functionality to establish a connection to KiCad Footprint names. Simply incorporate the desired mappings into the KiCad category: ![image](/images/admin_footprint_mappings.png) -You can also use this in combination with the per category "Footprint -Parameter Template" override to use a different Parameter to map from. +Additionally, you can combine this with the per-category "Footprint Parameter Template" override to utilize a different parameter for mapping purposes. ![image](/images/admin_footprint_parameter_override.png) ## Creating User Access Tokens -Head back to the admin backend and click on Tokens. Click on "ADD Token" to generate a token dedicated to a particular user. It is important to emphasize that it is highly advisable to create individual tokens for each user, rather than employing a single token for everyone. +Return to the administrative backend, navigate to the USER model, and access API Tokens. Select "ADD API Token" to generate a token designated for a specific user. It's crucial to highlight the importance of creating separate tokens for each user, rather than using a universal token for everyone. ![image](/images/admin_tokens.png)