seho85 / klipper-dgus

A python project to connect a DGUS display to Klipper
GNU General Public License v3.0
44 stars 12 forks source link

Enable user to set config directory #24

Closed seho85 closed 2 years ago

seho85 commented 2 years ago

A custom config directory can now specified by passing

'-c '

to the main.py script.

If parameter has not been set, then the default config directory from repository is used.

Fixes #23