[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
|
format: CSV
|
||||||
units: millimeters
|
units: millimeters
|
||||||
separate_files_for_front_and_back: false
|
separate_files_for_front_and_back: false
|
||||||
only_smd: @ONLY_SMD@
|
only_smd: @_KIBOT_POS_ONLY_SMD@
|
||||||
columns:
|
columns:
|
||||||
- id: Ref
|
- id: Ref
|
||||||
name: Designator
|
name: Designator
|
||||||
|
|
@ -132,4 +132,4 @@ outputs:
|
||||||
|
|
||||||
...
|
...
|
||||||
definitions:
|
definitions:
|
||||||
ONLY_SMD: true
|
_KIBOT_POS_ONLY_SMD: true
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ kibot:
|
||||||
import:
|
import:
|
||||||
- file: JLCPCB_stencil
|
- file: JLCPCB_stencil
|
||||||
definitions:
|
definitions:
|
||||||
ONLY_SMD: false
|
_KIBOT_POS_ONLY_SMD: false
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ kibot:
|
||||||
import:
|
import:
|
||||||
- file: JLCPCB
|
- file: JLCPCB
|
||||||
definitions:
|
definitions:
|
||||||
ONLY_SMD: false
|
_KIBOT_POS_ONLY_SMD: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue