Hey, I seem to have run into an issue with Mainsail displaying the wrong directory when trying to modify the printer.cfg. Currently, it is displaying /home/brian/printer_data/config when instead I need it to display /home/brian/ArtilleryGenius_data/config, as this is where the actual printer.cfg is stored. Is there any way to change this directory in mainsail as what it shows now is not needed. #NoLogsNeeded
#Mainsail showing wrong directory
13 messages · Page 1 of 1 (latest)
Moonraker log and klipper log, as mainsail cannot configure such stuff
Why exactly do you expect it to use the /home/brian/ArtilleryGenius_data folder?
If you just renamed the folder that won't work. Before I can assist you further I need to know the reason, why you think such a thing, that I don't get any confusion/wrong information in this setup
That folder (/home/Brian/ArtilleryGenius_Data) contains the printer.cfg the printer is actually currently using. Functionally everything works perfectly except I currently need to edit it through ssh to actually make changes as in mainsail it shows the wrong one.
That folder (/home/Brian/ArtilleryGenius_Data) contains the printer.cfg the printer is actually currently using
Why do you exactly think that?
Like I said, I need to get to the reason behind this confusion
I am running multiple printers and that’s just how it set it up
Send the output of following commands:
cat ~/ArtilleryGenius_data/systemd/moonraker.env
cat ~/ArtilleryGenius_data/systemd/klipper.env
You used kiauh for it?
Yes.
MOONRAKER_ARGS="-m moonraker"
PYTHONPATH="/home/brian/moonraker"
KLIPPER_ARGS="/home/brian/klipper/klippy/klippy.py /home/brian/ArtilleryGenius_data/config/printer.cfg -I /home/brian/ArtilleryGenius_data/comms/klippy.serial -l /home/brian/ArtilleryGenius_data/logs/klippy.log -a /home/brian/ArtilleryGenius_data/comms/klippy.sock```
Your moonraker is still the wrong one.
So change ~/ArtilleryGenius_data/systemd/moonraker.env to use the correct MOONRAKER_DATA_PATH