Added the images for the 3D model variants example
This commit is contained in:
parent
bf73c11821
commit
1ae5473a2e
|
|
@ -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:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue