Delta with virtual endstop

Basic Information:

Printer Model: FLsun super racer
MCU / Printerboard: skr3ez
Host / SBC: pi3b+
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

I coverted my flsun sr to klipper. All works except the function to measure the bed-height.

On a coreXY i could use probe:z_virtual_endstop. If for example the pei sheet is 1 or 2mm thick, this doesn’t matter, the probe will correct it.

But on a Delta de z-endstop is in the top. How can i measure where the bed is? Of example, when the pei sheet is 1mm thick, after probe it correct the height. Then change the pei sheet to 2mm and probe again. And then it correct it automatically, to prevent the nozzle going into the sheet.

Have you had a look at the docs? Delta calibration - Klipper documentation

I followed the documentation.

But i don’t want to do the paper test every time, when to pei thickness changes. On a coreXY that isn’t necessary. But can’t find the solution for it on a Delta. Even in the documentation i can’t find it what i am looking for

As far as I understand, normally you should not, because you have the probe for this task.
So, as long as you do bed mesh before print, it should work.

Otherwise, one can use a hack from here: Eddy Current Inductive probe - Klipper documentation

You need a recent Klipper for this version to work.

Basically, all that it does is set Z to the probe data, that is it.

Hope that helps,
-Timofey

Thanks Timofey,

I didn’t tried the bed mesh, all the focus was on setting the height with the probe. Bed mesh was not the first i thoughed about. Will give that a go.

Also the hack sounds like a good option.

Thanks for your effort.

I tested the eddy hack.
That also worked for me, for what i was looking for.
Now i can home with the endstops in top. And after homing it measures the distance from probe to bed and sets that as new Z-height. Great, again thanks