Z offset problem #61
Replies: 8 comments 6 replies
-
I don't know if it's something to do with the fact that I'm a beginner with Klipper, I'm having the same problem as you. |
Beta Was this translation helpful? Give feedback.
-
I never actually adjusted the z-offset. Simple bed calibration was enough with the default of -0.25. Not my field of expertise though. |
Beta Was this translation helpful? Give feedback.
-
I think it's problem with the config. The z offset must be moved into printer.cfg from printer.base.cfg to allow calibration. |
Beta Was this translation helpful? Give feedback.
-
@DomanRulez @isod89 |
Beta Was this translation helpful? Give feedback.
-
I tried this in Mainsail. If I adjust the Z-offset on dashboard that seems to offset the z-position endstop when I hit Save. So to fix that we need to move that line on to printer.cfg [stepper_z] |
Beta Was this translation helpful? Give feedback.
-
The issue also happens with z-offset calibration in klipperscreen. My guess is any changes in the normal version will also fix that. My record is 5mm offset now. |
Beta Was this translation helpful? Give feedback.
-
It seems to be issue of Klipper (or the GUI Frontends ) how they handle Z_OFFSET_APPLY_ENDSTOP and Z_OFFSET_APPLY_PROBE. Fluidd had a direct menu. It's a bit buggy, because when changing the option twice it want's to apply the offset to both ENDSTOP and PROBE. Unfortunately Z_OFFSET_APPLY_ENDSTOP also cannot be disabled in Klipper. Saving offset to endstop makes absolutely not sense for. Because after probing, distance from bed will be the same as before. It must be corrected again and then the endstop position will get offset (in an endless loop). Should we override Z_OFFSET_APPLY_ENDSTOP and shot a warning to use Z_OFFSET_APPLY_PROBE instead, or should we just always do Z_OFFSET_APPLY_PROBE even for the Z_OFFSET_APPLY_ENDSTOP command? |
Beta Was this translation helpful? Give feedback.
-
I benefitted from this discussion, and edited to move the offset from "base" cfg to printer.cfg, and also changed the Mainsail GUI option to apply to probe instead of end stop. I do have one question about using the Klipperscreen GUI for doing probe option to tweak the Z offset: I'm pretty brand new to Klipper, but not new to 3D printing. On the Klipperscreen GUI option for probing for offset, when it comes to the part where I manually adjust, am I supposed to be using the old "sheet of paper between the nozzle and bed" trick? |
Beta Was this translation helpful? Give feedback.
-
Hi
My Z offset was too large, so I'm trying to calibrate it using the console. When I try to save the settings and restart Klipper, I get this error:
SAVE_CONFIG section, 'probe' option 'z_offset' conflicts with attached value
I'm also trying to do this using Klipper's screen, but I have the same error
settings in printer.base.cfg:
Beta Was this translation helpful? Give feedback.
All reactions