[Internal Templates] Another more specific parameter
- ONLY_SMD -> _KIBOT_POS_ONLY_SMD
This commit is contained in:
parent
804ff3e210
commit
9f507e61a0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ kibot:
|
|||
import:
|
||||
- file: JLCPCB_stencil
|
||||
definitions:
|
||||
ONLY_SMD: false
|
||||
_KIBOT_POS_ONLY_SMD: false
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ kibot:
|
|||
import:
|
||||
- file: JLCPCB
|
||||
definitions:
|
||||
ONLY_SMD: false
|
||||
_KIBOT_POS_ONLY_SMD: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue