fix: pull mainsail.cfg from correct location #272

Merged
bistory merged 1 commits from patch-1 into master 2022-12-07 17:34:01 +01:00
bistory commented 2022-12-07 09:45:03 +01:00 (Migrated from github.com)

Mainsail has split its repositories and the configuration is now in its own repo. This fix aims to allow pulling the new configuration file which fixes Moonraker complaining about the gcode path not being correct :

Moonraker warning

GCode path received from Klipper does not match expected location.

Received: '/home/pi/gcode_files'
Expected: '/home/pi/printer_data/gcodes'

Modify the [virtual_sdcard] section Klipper's configuration to correct this error.

[virtual_sdcard]
path: /home/pi/printer_data/gcodes
Mainsail has split its repositories and the configuration is now in its own repo. This fix aims to allow pulling the new configuration file which fixes Moonraker complaining about the gcode path not being correct : ``` Moonraker warning GCode path received from Klipper does not match expected location. Received: '/home/pi/gcode_files' Expected: '/home/pi/printer_data/gcodes' Modify the [virtual_sdcard] section Klipper's configuration to correct this error. [virtual_sdcard] path: /home/pi/printer_data/gcodes ```
dw-0 commented 2022-12-07 17:34:08 +01:00 (Migrated from github.com)

Thank you!

Thank you!
Sign in to join this conversation.