Open oliv3r opened 1 month ago
Hi @oliv3r, did you try using copy_files
output?
I won't allow a string there, this is nice for the YAML, but quite confusing for the GUI.
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?
Hmm, I know about copy files, but I'd want to 'move_files';
So perhaps we need to add some option to do a move in the copy output ...
You do already have other situations where you allow
([boolean, string, list[strings]])
for different items?
And you'll realize how annoying is this as soon as you try the (already available) GUI ...
GUI? No lol I only use kibot in CI/CD :D so not aware of these 'problems'.
Alternativily, using preview_output: /path
(or output
as indented from create_preview
which is also done for other options ...
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.