[Internal Templates] Made the internal params for stencil more specific
- To avoid collisions
This commit is contained in:
parent
3dd6951671
commit
804ff3e210
|
|
@ -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: ''
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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: ''
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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: ''
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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: ''
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue