* Add ability to customize archive name
* Remove incorrect autocomplete for ARCHIVE_NAME text box
---------
Co-authored-by: Lukas Lang <langl@phys.ethz.ch>
* Add option to enable/disable export of all active layers. Disabling that option will only export commonly used fabrication layers. Addresses issue #172
* move definition of standard layers to config.py
Makes the additional layers text autocomplete and the gerber generator use the list of currently active layers
> * Add: utils to get dynamic layers
>
> * Change: Use KiCad standard name for layers
>
> * Add: description to new util funcs
>
> * Fix: only include active layers in layer util funcs
>
> * Fix: infinite loop
>
> * Change: use util layer functions in processmanager
>
> * Remove: hardcoded layers
>
> * Change: use new util layer functions in dialog
>
> * Change: include comma-separated hint in layer control
* fix#134: remember settings
* chore: move filename to variable in config file
* chore: rename config file
* feat: add new option
* fix: surround user options saving with try catch
* docs: add info about options to readme