dw-0 / kiauh

Klipper Installation And Update Helper
GNU General Public License v3.0
3.4k stars 492 forks source link

fix: pull mainsail.cfg from correct location #272

Closed bistory closed 1 year ago

bistory commented 1 year ago

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 1 year ago

Thank you!