Basic Information:
Printer Model: Ender Pro 3 with BL Touch
MCU / Printerboard: 4.2.2
Host / SBC : Octoprint
Klipper version : v0.12.0-261-g248d3dbf-dirty
klippy.log.zip (381.2 KB)
Describe your issue:
I’m facing an issue with klipper since my begining (3 months), but I assume it could have a better solution.
I’m doing the PROBE_CALIBRATE procedure, with the paper test, at the end, it returns something around 0.6 to 0.9. As recommended, with bed and extruder at room temperature.
Then I’m doing the bed mesh after save and restart.
When I start a print after, the nozzle is really far from the bed, it’s printing in the air.
Then, I’m setting 2.3/2.4 as the z_offset (around the offset I used in Marlin), I rerun the bed mesh calibrate, and it’s way better.
I have the following macro defined:
[delayed_gcode bed_mesh_init]
initial_duration: .01
gcode:
BED_MESH_PROFILE LOAD=default
[gcode_macro G29]
gcode:
G28
BED_MESH_CALIBRATE
G0 X0 Y0 Z10 F6000
BED_MESH_PROFILE save=default
SAVE_CONFIG
And to be safer, I’ve also added BED_MESH_PROFILE LOAD=default
in the gcode start section of my slicer.
Is there a trick, I’m missing to have the PROBE_CALIBRATE returning the good value?
Thanks