Modified the manufacturers examples so they can be included.
- Better descriptions - Unique names (gerbers -> Manufacturer_gerbers)
This commit is contained in:
parent
dabe2ae6bf
commit
a79c422087
|
|
@ -5,8 +5,8 @@ kibot:
|
|||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: gerbers
|
||||
comment: Gerbers with names compatible with KiCad
|
||||
- name: Elecrow_gerbers
|
||||
comment: Gerbers compatible with Elecrow
|
||||
type: gerber
|
||||
dir: Elecrow
|
||||
options: &gerber_options
|
||||
|
|
@ -37,8 +37,8 @@ outputs:
|
|||
- B.Mask
|
||||
- Edge.Cuts
|
||||
|
||||
- name: drill
|
||||
comment: Drill files
|
||||
- name: Elecrow_drill
|
||||
comment: Drill files compatible with Elecrow
|
||||
type: excellon
|
||||
dir: Elecrow
|
||||
options:
|
||||
|
|
@ -53,8 +53,8 @@ outputs:
|
|||
dir: Elecrow
|
||||
options:
|
||||
files:
|
||||
- from_output: gerbers
|
||||
- from_output: Elecrow_gerbers
|
||||
dest: /
|
||||
- from_output: drill
|
||||
- from_output: Elecrow_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ kibot:
|
|||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: gerbers
|
||||
comment: Gerbers with names compatible with KiCad
|
||||
- name: Elecrow_gerbers
|
||||
comment: Gerbers compatible with Elecrow
|
||||
type: gerber
|
||||
dir: Elecrow
|
||||
options: &gerber_options
|
||||
|
|
@ -39,8 +39,8 @@ outputs:
|
|||
- B.Paste
|
||||
- Edge.Cuts
|
||||
|
||||
- name: drill
|
||||
comment: Drill files
|
||||
- name: Elecrow_drill
|
||||
comment: Drill files compatible with Elecrow
|
||||
type: excellon
|
||||
dir: Elecrow
|
||||
options:
|
||||
|
|
@ -55,8 +55,8 @@ outputs:
|
|||
dir: Elecrow
|
||||
options:
|
||||
files:
|
||||
- from_output: gerbers
|
||||
- from_output: Elecrow_gerbers
|
||||
dest: /
|
||||
- from_output: drill
|
||||
- from_output: Elecrow_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ kibot:
|
|||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: gerbers
|
||||
comment: Gerbers with names compatible with KiCad
|
||||
- name: FusionPCB_gerbers
|
||||
comment: Gerbers compatible with FusionPCB
|
||||
type: gerber
|
||||
dir: FusionPCB
|
||||
options: &gerber_options
|
||||
|
|
@ -38,8 +38,8 @@ outputs:
|
|||
- B.Mask
|
||||
- Edge.Cuts
|
||||
|
||||
- name: drill
|
||||
comment: Drill files
|
||||
- name: FusionPCB_drill
|
||||
comment: Drill files compatible with FusionPCB
|
||||
type: excellon
|
||||
dir: FusionPCB
|
||||
options:
|
||||
|
|
@ -53,8 +53,8 @@ outputs:
|
|||
dir: FusionPCB
|
||||
options:
|
||||
files:
|
||||
- from_output: gerbers
|
||||
- from_output: FusionPCB_gerbers
|
||||
dest: /
|
||||
- from_output: drill
|
||||
- from_output: FusionPCB_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ kibot:
|
|||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: gerbers
|
||||
comment: Gerbers with names compatible with KiCad
|
||||
- name: JLCPCB_gerbers
|
||||
comment: Gerbers compatible with JLCPCB
|
||||
type: gerber
|
||||
dir: JLCPCB
|
||||
options: &gerber_options
|
||||
|
|
@ -42,8 +42,8 @@ outputs:
|
|||
- B.Mask
|
||||
- Edge.Cuts
|
||||
|
||||
- name: drill
|
||||
comment: Drill files
|
||||
- name: JLCPCB_drill
|
||||
comment: Drill files compatible with JLCPCB
|
||||
type: excellon
|
||||
dir: JLCPCB
|
||||
options:
|
||||
|
|
@ -59,8 +59,8 @@ outputs:
|
|||
dir: JLCPCB
|
||||
options:
|
||||
files:
|
||||
- from_output: gerbers
|
||||
- from_output: JLCPCB_gerbers
|
||||
dest: /
|
||||
- from_output: drill
|
||||
- from_output: JLCPCB_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ kibot:
|
|||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: gerbers
|
||||
comment: Gerbers with names compatible with KiCad
|
||||
- name: JLCPCB_gerbers
|
||||
comment: Gerbers compatible with JLCPCB
|
||||
type: gerber
|
||||
dir: JLCPCB
|
||||
options: &gerber_options
|
||||
|
|
@ -35,8 +35,8 @@ outputs:
|
|||
- B.Paste
|
||||
- Edge.Cuts
|
||||
|
||||
- name: drill
|
||||
comment: Drill files
|
||||
- name: JLCPCB_drill
|
||||
comment: Drill files compatible with JLCPCB
|
||||
type: excellon
|
||||
dir: JLCPCB
|
||||
options:
|
||||
|
|
@ -52,8 +52,8 @@ outputs:
|
|||
dir: JLCPCB
|
||||
options:
|
||||
files:
|
||||
- from_output: gerbers
|
||||
- from_output: JLCPCB_gerbers
|
||||
dest: /
|
||||
- from_output: drill
|
||||
- from_output: JLCPCB_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ kibot:
|
|||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: gerbers
|
||||
comment: Gerbers with names compatible with KiCad
|
||||
- name: P-Ban_gerbers
|
||||
comment: Gerbers compatible with P-Ban
|
||||
type: gerber
|
||||
dir: P-Ban
|
||||
options: &gerber_options
|
||||
|
|
@ -45,8 +45,8 @@ outputs:
|
|||
- B.Mask
|
||||
- Edge.Cuts
|
||||
|
||||
- name: drill
|
||||
comment: Drill files
|
||||
- name: P-Ban_drill
|
||||
comment: Drill files compatible with P-Ban
|
||||
type: excellon
|
||||
dir: P-Ban
|
||||
options:
|
||||
|
|
@ -66,8 +66,8 @@ outputs:
|
|||
dir: P-Ban
|
||||
options:
|
||||
files:
|
||||
- from_output: gerbers
|
||||
- from_output: P-Ban_gerbers
|
||||
dest: /
|
||||
- from_output: drill
|
||||
- from_output: P-Ban_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ kibot:
|
|||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: gerbers
|
||||
comment: Gerbers with names compatible with KiCad
|
||||
- name: PCBWay_gerbers
|
||||
comment: Gerbers compatible with PCBWay
|
||||
type: gerber
|
||||
dir: PCBWay
|
||||
options: &gerber_options
|
||||
|
|
@ -37,8 +37,8 @@ outputs:
|
|||
- B.Paste
|
||||
- Edge.Cuts
|
||||
|
||||
- name: drill
|
||||
comment: Drill files
|
||||
- name: PCBWay_drill
|
||||
comment: Drill files compatible with PCBWay
|
||||
type: excellon
|
||||
dir: PCBWay
|
||||
options:
|
||||
|
|
@ -59,8 +59,8 @@ outputs:
|
|||
options:
|
||||
format: ZIP
|
||||
files:
|
||||
- from_output: gerbers
|
||||
- from_output: PCBWay_gerbers
|
||||
dest: /
|
||||
- from_output: drill
|
||||
- from_output: PCBWay_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue