python2 cant handle öäüß and so on. remove the char in the filename.
if you upgrade the virtual python environment klippy-env to python3 and adjust some lines of code it is no longer a problem
OK, there are no " in the original text. And my workaround worked: replacing ü by u solved the problem… So there seems to be an issue with the ü but maybe by linux itself?
If you want to go back to python2, stop klipper service ( sudo service klipper stop ), comment out the new ExecStart entry ( klippy-env3 ) in /etc/systemd/system/klipper.service and uncomment the old entry ( klippy-env ). save and exit and reload the daemon: sudo systemctl daemon-reload and start klipper again sudo service klipper start
OK Thanks. I think i will try the cura moonraker plugin export translate filename function first. It’s not a big issue, but Fusion always exports bodies as “Körper” and sometime I forget to replace. Should be doable in the 21st century with the special chars…