Closed 76900289 closed 1 year ago
That is not an issue. Your configuration is wrong. Most likely you didn't add [include z_calibration.cfg]
to your printer.cfg.
Before you open an issue on github, always triple check that the problem is not on your side.
Added. It is a problem after updating KLIPPER
It is normal before updating
I use the same Klipper version with z_calibration, no problems. Upload your klippy.log.
what gives ls -l ~/klipper/klippy/extras/z_calibration.py
I see. The update uninstalled this file. Thank you very much
How did you update?
here
Hello I have just executed an update all in my configuration manager. I had my z_calibration working perfect before and now the system is presenting this same error after this update. I am adding a print of the error and a copy of klippy.log. Can you please help me to identify what is wrong?
I solved it. I have seen a lot of comments in other foruns about this problem, but none of them commented what solved my problem, so I am adding below what was the problem. Maybe it helps others. There has been an update on the format accepted in z_calibration.cfg file. I have not looked into when it happend, what I learned is that the old configuration directives (like probe_nozzle_x: xxx) is no longer accepted. You have to adapt your z_calibration.cfg file to the new standard that uses nozzle_xy_position insted of probe_nozzle_x and probe_nozzle_y.
I got it from the configuration file presented at https://github.com/protoloft/klipper_z_calibration/wiki/How-To-Configure-It. Then I researched for some examples of z_calibration.cfg file in the internet to double check.
klipper v0.11.0-41-g9b60daf6 Section 'z_calibration' is not a valid config section?