intelligent-agent / Refactor

Linux distro for 3D-printers
https://wiki.iagent.no/wiki/Refactor
GNU Affero General Public License v3.0
28 stars 19 forks source link

Moonraker-script: Printer.cfg location issue #288

Closed shuffleznl closed 2 years ago

shuffleznl commented 2 years ago

/home/debian/install-moonraker.sh creates and links new printer_config folder (/home/debian/printer_config). Having printer.cfg in that folder appears to be default behaviour for Moonraker (/home/debian/printer_config/printer.cfg).

/etc/systemd/system/klipper.service points to /home/debian/printer.cfg, causing klipper to fail to start

eliasbakken commented 2 years ago

I think we should probably use that folder for both moonraker and octoprint then.

eliasbakken commented 2 years ago

Merged with PR#297