[Internal Templates] Another more specific parameter

- ONLY_SMD -> _KIBOT_POS_ONLY_SMD
This commit is contained in:
Salvador E. Tropea 2023-06-14 08:01:47 -03:00
parent 804ff3e210
commit 9f507e61a0
3 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ outputs:
format: CSV
units: millimeters
separate_files_for_front_and_back: false
only_smd: @ONLY_SMD@
only_smd: @_KIBOT_POS_ONLY_SMD@
columns:
- id: Ref
name: Designator
@ -132,4 +132,4 @@ outputs:
...
definitions:
ONLY_SMD: true
_KIBOT_POS_ONLY_SMD: true

View File

@ -4,4 +4,4 @@ kibot:
import:
- file: JLCPCB_stencil
definitions:
ONLY_SMD: false
_KIBOT_POS_ONLY_SMD: false

View File

@ -4,4 +4,4 @@ kibot:
import:
- file: JLCPCB
definitions:
ONLY_SMD: false
_KIBOT_POS_ONLY_SMD: false