Hello dc42,
at the moment i have problems setting up mesh bed-compensation on my rotary delta.
I use a bed which is 300x300.
I defined the config.g as follows:
; Z-Probe
M558 P9 C"^zprobe.in" H5 F120 T3000 ; BLTouch connected to Z probe IN pin
M950 S0 C"exp.heater7" ; create servo/gpio 0 on heater 3 pin on expansion connector
M280 P0 S90 ; send control signal to BLTouch through servo/gpio 0
G31 X-20.7 Y3.8 Z7.0 P25 ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment
M557 X-140:140 Y-140:140 S20 ; define mesh grid
My Problem is, after the first Probe the machine does a strange movment to higher the Z Position. It looks like there is no kinematic-transform to lift Z up..
Could this make sense? Would it be possible to use kinematic-transform here?
best regards