Macros.cfg settings for save_variables are not found by Klipper #283
Pilgrim771202223
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I hope that I can get some help, I'm a little stuck here.
I have installed Klipper and Fluidd on my K1 Max. The standard macros were running fine, but I have read about this macro set and I wanted to give it a try.
After cloning the repository, I have created the macros.cfg and changed the paths for save_variables and virtual_sdcard as needed like below:
`[save_variables]
filename: ~/usr/data/printer_data/klipper-macros/variables.cfg # UPDATE THIS FOR YOUR PATH!!!
[virtual_sdcard]
path: ~/usr/data/gcodes # UPDATE THIS FOR YOUR PATH!!!
on_error_gcode: CANCEL_PRINT`
After restarting Klipper I get the Internal error during connect: [Errno 2] No such file or directory: '/root/usr/data/printer_data/klipper-macros/variables.cfg'.
To be sure it was not a folder problem I change the path to different locations but I keep getting the same error (with the right specified path though).
I'm sure I have missed something, but at this moment I don't have a clue what that might be.
Please let me know if more info is needed.
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions