[Internal Templates] Made the internal params for stencil more specific

- To avoid collisions
This commit is contained in:
Salvador E. Tropea 2023-06-14 07:37:56 -03:00
parent 3dd6951671
commit 804ff3e210
8 changed files with 24 additions and 24 deletions

View File

@ -42,8 +42,8 @@ outputs:
- F.Mask
- B.Mask
- Edge.Cuts
@F_PASTE@
@B_PASTE@
@_KIBOT_F_PASTE@
@_KIBOT_B_PASTE@
- name: _Elecrow_drill
comment: Drill files compatible with Elecrow
@ -68,5 +68,5 @@ outputs:
...
definitions:
F_PASTE: ''
B_PASTE: ''
_KIBOT_F_PASTE: ''
_KIBOT_B_PASTE: ''

View File

@ -4,5 +4,5 @@ kibot:
import:
- file: Elecrow
definitions:
F_PASTE: '- F.Paste'
B_PASTE: '- B.Paste'
_KIBOT_F_PASTE: '- F.Paste'
_KIBOT_B_PASTE: '- B.Paste'

View File

@ -43,8 +43,8 @@ outputs:
- F.Mask
- B.Mask
- Edge.Cuts
@F_PASTE@
@B_PASTE@
@_KIBOT_F_PASTE@
@_KIBOT_B_PASTE@
- name: _FusionPCB_drill
comment: Drill files compatible with FusionPCB
@ -68,5 +68,5 @@ outputs:
...
definitions:
F_PASTE: ''
B_PASTE: ''
_KIBOT_F_PASTE: ''
_KIBOT_B_PASTE: ''

View File

@ -4,5 +4,5 @@ kibot:
import:
- file: FusionPCB
definitions:
F_PASTE: '- F.Paste'
B_PASTE: '- B.Paste'
_KIBOT_F_PASTE: '- F.Paste'
_KIBOT_B_PASTE: '- B.Paste'

View File

@ -50,8 +50,8 @@ outputs:
- F.Mask
- B.Mask
- Edge.Cuts
@F_PASTE@
@B_PASTE@
@_KIBOT_F_PASTE@
@_KIBOT_B_PASTE@
- name: _P-Ban_drill
comment: Drill files compatible with P-Ban
@ -81,5 +81,5 @@ outputs:
...
definitions:
F_PASTE: ''
B_PASTE: ''
_KIBOT_F_PASTE: ''
_KIBOT_B_PASTE: ''

View File

@ -4,5 +4,5 @@ kibot:
import:
- file: P-Ban
definitions:
F_PASTE: '- F.Paste'
B_PASTE: '- B.Paste'
_KIBOT_F_PASTE: '- F.Paste'
_KIBOT_B_PASTE: '- B.Paste'

View File

@ -42,8 +42,8 @@ outputs:
- F.Paste
- B.Paste
- Edge.Cuts
@F_PASTE@
@B_PASTE@
@_KIBOT_F_PASTE@
@_KIBOT_B_PASTE@
- name: _PCBWay_drill
comment: Drill files compatible with PCBWay
@ -78,5 +78,5 @@ outputs:
...
definitions:
F_PASTE: ''
B_PASTE: ''
_KIBOT_F_PASTE: ''
_KIBOT_B_PASTE: ''

View File

@ -4,5 +4,5 @@ kibot:
import:
- file: PCBWay
definitions:
F_PASTE: '- F.Paste'
B_PASTE: '- B.Paste'
_KIBOT_F_PASTE: '- F.Paste'
_KIBOT_B_PASTE: '- B.Paste'