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