this post was submitted on 12 Nov 2023
21 points (100.0% liked)

3DPrinting

15384 readers
215 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: [email protected] or [email protected]

There are CAD communities available at: [email protected] or [email protected]

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

Every time I use calibrate_probe, I get the message "The SAVE_CONFIG command will update the printer config file with the above and restart the printer."

When I click Save Config, it restarts the firmware, and then I get the warning "Option 'z_offset' in section 'bltouch' must be specified."

If I go check my printer.cfg, the [bltouch] section now has z_offset commented out with the old value and I have to remove the comment and copy in the new value.

Am I missing something? What am I doing wrong?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

Had the same issue. Try Z_OFFSET_APPLY_PROBE before SAVE_CONFIG.

If that doesnt help, try Z_OFFSET_APPLY_ENDSTOP instead.