Basic Information:
Printer Model: voron v2.4
MCU / Printerboard: octopus v1.1
Host / SBC rpi 4
klippy.log
logs-20241020-074325.zip (11.5 KB)
okay I read the knowledgebase
But I do not have a BL touch so not sure how much of this I can correlate with.
Outside this post I can find nothing that exactly describes my issue.
What I am experiencing is this: I set the calibrate probe thing with paper and save the value, do config save and restart.
I print my bedlevel gcode, freshly made, and found it is a little too far of the bed. I babystepped down to a perfect first layer and save it from mainsail, but did the same from the klipperscreen at least once.
When I look in the config bottom section, I can see the various references to z-ofset and the probe z-offset have changed.
I assume the probe z-offset changed when I did the probe calibrate, because above in the config section on probe it is a different value which got commented out!
#*# [probe]
#*# z_offset = 7.360
and the z axis endstop changes when I save the babysteps:
#*# [stepper_z]
#*# position_endstop = 0.650
Thing is, I see the endstop changing but next print the nozzle is still at the same heigth of the bed! I also tried sending gcode directly in the terminal to change the z-offset, and this number is changing exactly as expected.
I am thinking this position_endstop value does not get used somehow, and when I find the right way, this vallue which changed many times by now, will crash my nozzle into the bed!
From where can klipper get the wrong value, which clearly did not change with save config and restart? Is it because some klicky stuff is outside my priner config, as described in the BL touch link?
Please point me in the right direction on this and also how to erase these piled up changes so I start fresh with it being the same heigth as it would be after the probe calibrate?
Can I reset this value to zero in the bottom section? or is this not going to work? I know it says āDO NOT CHANGEā¦ā but still