MKFirmware / MK4duo

MK4duo Firmware Printers 3D for Arduino and Arduino due
http://www.marlinkimbra.it
GNU General Public License v3.0
206 stars 117 forks source link

Unified Auto Bed Leveling system (UBL): Finetuning problem #329

Open LichtiMC opened 6 years ago

LichtiMC commented 6 years ago

UBL does work very well and a correct mesh is created. But when fine tuning my probe points, Z goes to 10 or 15, making it impossible to fine tune.

Somebody knows why Z doesn't stay at mesh level point 0 (e.g. -0.013)? (Maybe a config-issue on my side?)

I use latest firmware from this git repository and have a creality ender-4 3d-printer.

My setup is attached here: MK4duo.zip

dell9 commented 6 years ago

This length is controlled by

define Z_PROBE_BETWEEN_HEIGHT 10

plus current Z OFFSET.

Anyhow, this should not be a problem. After measurement and movement to 10mm, Z axis should show actual level (10 + Z offset). If you move Z to zero using LCD commands, you should get real zero for Z.