[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
|
- F.Mask
|
||||||
- B.Mask
|
- B.Mask
|
||||||
- Edge.Cuts
|
- Edge.Cuts
|
||||||
@F_PASTE@
|
@_KIBOT_F_PASTE@
|
||||||
@B_PASTE@
|
@_KIBOT_B_PASTE@
|
||||||
|
|
||||||
- name: _Elecrow_drill
|
- name: _Elecrow_drill
|
||||||
comment: Drill files compatible with Elecrow
|
comment: Drill files compatible with Elecrow
|
||||||
|
|
@ -68,5 +68,5 @@ outputs:
|
||||||
|
|
||||||
...
|
...
|
||||||
definitions:
|
definitions:
|
||||||
F_PASTE: ''
|
_KIBOT_F_PASTE: ''
|
||||||
B_PASTE: ''
|
_KIBOT_B_PASTE: ''
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@ kibot:
|
||||||
import:
|
import:
|
||||||
- file: Elecrow
|
- file: Elecrow
|
||||||
definitions:
|
definitions:
|
||||||
F_PASTE: '- F.Paste'
|
_KIBOT_F_PASTE: '- F.Paste'
|
||||||
B_PASTE: '- B.Paste'
|
_KIBOT_B_PASTE: '- B.Paste'
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@ outputs:
|
||||||
- F.Mask
|
- F.Mask
|
||||||
- B.Mask
|
- B.Mask
|
||||||
- Edge.Cuts
|
- Edge.Cuts
|
||||||
@F_PASTE@
|
@_KIBOT_F_PASTE@
|
||||||
@B_PASTE@
|
@_KIBOT_B_PASTE@
|
||||||
|
|
||||||
- name: _FusionPCB_drill
|
- name: _FusionPCB_drill
|
||||||
comment: Drill files compatible with FusionPCB
|
comment: Drill files compatible with FusionPCB
|
||||||
|
|
@ -68,5 +68,5 @@ outputs:
|
||||||
|
|
||||||
...
|
...
|
||||||
definitions:
|
definitions:
|
||||||
F_PASTE: ''
|
_KIBOT_F_PASTE: ''
|
||||||
B_PASTE: ''
|
_KIBOT_B_PASTE: ''
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@ kibot:
|
||||||
import:
|
import:
|
||||||
- file: FusionPCB
|
- file: FusionPCB
|
||||||
definitions:
|
definitions:
|
||||||
F_PASTE: '- F.Paste'
|
_KIBOT_F_PASTE: '- F.Paste'
|
||||||
B_PASTE: '- B.Paste'
|
_KIBOT_B_PASTE: '- B.Paste'
|
||||||
|
|
|
||||||
|
|
@ -50,8 +50,8 @@ outputs:
|
||||||
- F.Mask
|
- F.Mask
|
||||||
- B.Mask
|
- B.Mask
|
||||||
- Edge.Cuts
|
- Edge.Cuts
|
||||||
@F_PASTE@
|
@_KIBOT_F_PASTE@
|
||||||
@B_PASTE@
|
@_KIBOT_B_PASTE@
|
||||||
|
|
||||||
- name: _P-Ban_drill
|
- name: _P-Ban_drill
|
||||||
comment: Drill files compatible with P-Ban
|
comment: Drill files compatible with P-Ban
|
||||||
|
|
@ -81,5 +81,5 @@ outputs:
|
||||||
|
|
||||||
...
|
...
|
||||||
definitions:
|
definitions:
|
||||||
F_PASTE: ''
|
_KIBOT_F_PASTE: ''
|
||||||
B_PASTE: ''
|
_KIBOT_B_PASTE: ''
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@ kibot:
|
||||||
import:
|
import:
|
||||||
- file: P-Ban
|
- file: P-Ban
|
||||||
definitions:
|
definitions:
|
||||||
F_PASTE: '- F.Paste'
|
_KIBOT_F_PASTE: '- F.Paste'
|
||||||
B_PASTE: '- B.Paste'
|
_KIBOT_B_PASTE: '- B.Paste'
|
||||||
|
|
|
||||||
|
|
@ -42,8 +42,8 @@ outputs:
|
||||||
- F.Paste
|
- F.Paste
|
||||||
- B.Paste
|
- B.Paste
|
||||||
- Edge.Cuts
|
- Edge.Cuts
|
||||||
@F_PASTE@
|
@_KIBOT_F_PASTE@
|
||||||
@B_PASTE@
|
@_KIBOT_B_PASTE@
|
||||||
|
|
||||||
- name: _PCBWay_drill
|
- name: _PCBWay_drill
|
||||||
comment: Drill files compatible with PCBWay
|
comment: Drill files compatible with PCBWay
|
||||||
|
|
@ -78,5 +78,5 @@ outputs:
|
||||||
|
|
||||||
...
|
...
|
||||||
definitions:
|
definitions:
|
||||||
F_PASTE: ''
|
_KIBOT_F_PASTE: ''
|
||||||
B_PASTE: ''
|
_KIBOT_B_PASTE: ''
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@ kibot:
|
||||||
import:
|
import:
|
||||||
- file: PCBWay
|
- file: PCBWay
|
||||||
definitions:
|
definitions:
|
||||||
F_PASTE: '- F.Paste'
|
_KIBOT_F_PASTE: '- F.Paste'
|
||||||
B_PASTE: '- B.Paste'
|
_KIBOT_B_PASTE: '- B.Paste'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue