Changed to using groups again, separate configs for each group currently
This commit is contained in:
@@ -252,28 +252,40 @@ outputs:
|
||||
- from_output: JLCPCB_drill
|
||||
dest: /
|
||||
output: '%f%v_%r_JLC.%x'
|
||||
# groups:
|
||||
# - name: pcb
|
||||
# outputs:
|
||||
# - JLCPCB_compress
|
||||
# - neo_position
|
||||
# - print_pcb
|
||||
# - stencil
|
||||
# - interactive_bom
|
||||
#
|
||||
# - name: pcb_panel
|
||||
# outputs:
|
||||
# - JLCPCB_compress
|
||||
# - neo_position
|
||||
# - print_pcb
|
||||
# - step
|
||||
# - interactive_bom
|
||||
#
|
||||
# - name: sch
|
||||
# outputs:
|
||||
# - bom_csv
|
||||
# - bom_xlsx
|
||||
# - print_sch
|
||||
groups:
|
||||
- name: mech
|
||||
outputs:
|
||||
- step
|
||||
|
||||
- name: pos
|
||||
outputs:
|
||||
- neo_position
|
||||
|
||||
- name: pcb_dev
|
||||
outputs:
|
||||
- print_pcb
|
||||
|
||||
- name: pcb_main
|
||||
outputs:
|
||||
- JLCPCB_compress
|
||||
- neo_position
|
||||
- print_pcb
|
||||
- stencil
|
||||
- interactive_bom
|
||||
|
||||
- name: panel
|
||||
outputs:
|
||||
- JLCPCB_compress
|
||||
- neo_position
|
||||
- print_pcb
|
||||
- step
|
||||
- interactive_bom
|
||||
|
||||
- name: sch
|
||||
outputs:
|
||||
- bom_csv
|
||||
- bom_xlsx
|
||||
- print_sch
|
||||
...
|
||||
definitions:
|
||||
_KIBOT_POS_ENABLED: false
|
||||
|
||||
Reference in New Issue
Block a user