You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The panelize option for kikit works quite nice, and the create_preview option is pretty awesome.
However, when creating panels with the following config:
kibot:
version: 1
import:
- file: 'kici_common.kibot.yaml'
outputs:
- name: 'panelize'
run_by_default: @RUN_BY_DEFAULT@
comment: 'Creates a panel to fabricate various copies of the PCB at once.'
type: 'panelize'
dir: 'outputs/panels'
options:
configs: @PANELIZE_CONFIG_JSON@
create_preview: true
...
definitions:
PANELIZE_CONFIG_JSON: 'kikit_panelize.json'
RUN_BY_DEFAULT: true
the dir parameter nicely sets the output location of the kicad panel project, but the preview is not preferred to be stored there as well. Currently create_preview takes a boolean; maybe we can also accept a string to set a different dir location, could be relative to dir; e.g. create_preview: '../png/' for example.
The text was updated successfully, but these errors were encountered:
Hmm, I know about copy files, but I'd want to 'move_files'; You do already have other situations where you allow ([boolean, string, list[strings]]) for different items?
The panelize option for kikit works quite nice, and the
create_preview
option is pretty awesome.However, when creating panels with the following config:
the
dir
parameter nicely sets the output location of the kicad panel project, but the preview is not preferred to be stored there as well. Currentlycreate_preview
takes a boolean; maybe we can also accept a string to set a different dir location, could be relative to dir; e.g.create_preview: '../png/'
for example.The text was updated successfully, but these errors were encountered: