From 1ae5473a2ef28a607f690ee0527bc8da0d7e6fbe Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 19 Apr 2022 18:50:05 -0300 Subject: [PATCH] Added the images for the 3D model variants example --- README.md | 9 +++++++-- docs/README.in | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 833b9ef2..f7ba008a 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ * [Supported filters](#supported-filters) * [Examples for filters](#examples-for-filters) * [Built-in filters](#built-in-filters) - * [Changing the 3D model - simple mechanism](#changing-the-3d-model---simple-mechanism) - * [Changing the 3D model - complex mechanism](#changing-the-3d-model---complex-mechanism) + * [Changing the 3D model, simple mechanism](#changing-the-3d-model,-simple-mechanism) + * [Changing the 3D model, complex mechanism](#changing-the-3d-model,--mechanism) * [DNF and DNC internal keys](#dnf-and-dnc-internal-keys) * [The *outputs* section](#the-outputs-section) * [Specifying the layers](#specifying-the-layers) @@ -644,6 +644,11 @@ ${KIPRJMOD}/steps/WH1602B-TMI-JT#.step ``` To achieve it we define the following texts in the footprint: `%left:1,3,4,6%` and `%top:2,5%`. +Here are both variants: + +![Top variant](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/samples/3D_Model_LCD/output/lcd-3D_top_variant_top.png) + +![Left variant](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/samples/3D_Model_LCD/output/lcd-3D_top_variant_left.png) Some important notes: - If you want to control what models are used when no variant is used you'll need to create a `default` variant. diff --git a/docs/README.in b/docs/README.in index e7ddf41f..87579c85 100644 --- a/docs/README.in +++ b/docs/README.in @@ -36,8 +36,8 @@ * [Supported filters](#supported-filters) * [Examples for filters](#examples-for-filters) * [Built-in filters](#built-in-filters) - * [Changing the 3D model - simple mechanism](#changing-the-3d-model---simple-mechanism) - * [Changing the 3D model - complex mechanism](#changing-the-3d-model---complex-mechanism) + * [Changing the 3D model, simple mechanism](#changing-the-3d-model,-simple-mechanism) + * [Changing the 3D model, complex mechanism](#changing-the-3d-model,--mechanism) * [DNF and DNC internal keys](#dnf-and-dnc-internal-keys) * [The *outputs* section](#the-outputs-section) * [Specifying the layers](#specifying-the-layers) @@ -437,6 +437,11 @@ ${KIPRJMOD}/steps/WH1602B-TMI-JT#.step ``` To achieve it we define the following texts in the footprint: `%left:1,3,4,6%` and `%top:2,5%`. +Here are both variants: + +![Top variant](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/samples/3D_Model_LCD/output/lcd-3D_top_variant_top.png) + +![Left variant](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/samples/3D_Model_LCD/output/lcd-3D_top_variant_left.png) Some important notes: - If you want to control what models are used when no variant is used you'll need to create a `default` variant.