[Copy Files] Added support for sub-PCBs
This commit is contained in:
parent
5dacb969b1
commit
4d5152032d
|
|
@ -214,6 +214,7 @@ class Copy_FilesOptions(Base3DOptions):
|
|||
return files.keys()
|
||||
|
||||
def run(self, output):
|
||||
super().run(output)
|
||||
# Output file name
|
||||
logger.debug('Collecting files')
|
||||
# Collect the files
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ global:
|
|||
- name: ALIAS2
|
||||
value: '3d/2'
|
||||
|
||||
import:
|
||||
- file: battery_pack_sub_pcbs.kibot.yaml
|
||||
|
||||
outputs:
|
||||
- name: 'position'
|
||||
comment: "Pick and place file"
|
||||
|
|
|
|||
Loading…
Reference in New Issue