BLtouch Z_offset
So I installed Biqu H2 V2s lite extruder/hotend on my VC 3.1. Updated X and Y offset under Bltouch section and it started showing error and asked to uncomment Z offset as well
Now everytime I update my z offset and save config it gets automatically commented out and printer shows the same error. Neither does that update the z offset. Please help
I'm attaching my printer.cfg file
13 Replies
What error?
It should change the z_offset only when doing the calibration, I think
Looks like you have multiple "SAVE_CONFIG" sections, like it isn't recognizing and editing them properly. Try deleting all but one, the one with the correct z_offset?
It says "Z_offset must be defined"
You are editing the SAVE_CONFIG part?
You are not supposed to do that
And are using the wrong syntax
Just did that and still I get this error
It should be
z_offset: 3.650
and not z_offset = 3.650
not in the Save_Config section
Just leave the first SAVE_CONFIG part there (the large one, with your PID values etc.)
@Navdeep Kaushal Sorry, he is right. Ignore me.
This is what last lines of code look rn
Then the problem is
#*#z_offset: 3.485
It ignores your saved values if there is a syntax error, apparently
Delete the [bltouch] part too and then explain what you are trying to doSo I delete the BLtouch part from the last lines?
I just did and get this error
So I deleted even the last 2 lines from this and it worked
Thank you so much guys. Appreciate all your help