thelastWallE / OctoprintKlipperPlugin

A plugin for a better integration of Klipper into OctoPrint.
GNU Affero General Public License v3.0
65 stars 14 forks source link

Include file directive in printer.cfg fails to find the file. #99

Open jakebullet70 opened 6 months ago

jakebullet70 commented 6 months ago

Distribution version -- octopi 1.0.0 Octoprint version -- V1.10.0 An OctoPrint log file. -- printer is not up and running yet.

Not sure if this is a klipper thing or Octoprint or Linux or whatever. Just trying to use the klipper [include] command and its not finding the files. If I paste the code into the printer.cfg all works fine.

I have tried: [include: ~/.octoprint/data/klipper/configs/macros.cfg] [include: ~/home/pi/macros.cfg] [include: macros.cfg]
[include: ~/macros.cfg]

None of these work. Klipper cannot find the file.

image