Hello,
When I use the G33 command, the printer homes, then moves all the way down. But then he moves too high up again and starts the probing-process but after two probes he stops and gives this error:
18:23:08.203: Warning:Invalid delta coordinate - move ignored x:-61373 y:76177 z:11784
18:23:08.207: Warning:in queueDeltaMove to calculateDeltaSubSegments returns error.
18:23:08.215: Warning:moveToReal / queueDeltaMove returns error
18:23:18.533: Z-probe:20.603 X:-74.17 Y:71.27
18:23:18.537: Error:Bpos x square
18:23:18.547: Warning:Invalid delta coordinate - move ignored x:-47806 y:90333 z:11631
18:23:18.551: Warning:in queueDeltaMove to calculateDeltaSubSegments returns error.
18:23:18.559: Warning:moveToReal / queueDeltaMove returns error
18:23:22.839: Z-probe:17.564 X:-74.17 Y:71.27
18:23:22.843: Error:Stopping distortion measurement due to errors.
18:23:22.847: RequestStop:
18:23:23.365: fatal:G33 failed! - Printer stopped and heaters disabled due to this error. Fix error and restart with M999.
Also at the beginning of the process he shows this line whitch I don't understand how he get on this value:
18:23:08.195: Reference Z for measurement:20.000
Here are the parameters for Distortion Correction for my Delta:
#define DISTORTION_CORRECTION 1
#define DISTORTION_CORRECTION_POINTS 5
#define DISTORTION_LIMIT_TO 2
#define DISTORTION_CORRECTION_R 150
#define DISTORTION_PERMANENT 1
#define DISTORTION_UPDATE_FREQUENCY 15
#define DISTORTION_START_DEGRADE 0.5
#define DISTORTION_END_HEIGHT 1
#define DISTORTION_EXTRAPOLATE_CORNERS 0
#define DISTORTION_XMIN -100
#define DISTORTION_YMIN -100
#define DISTORTION_XMAX 100
#define DISTORTION_YMAX 100
#define Z_PROBE_HEIGHT 0.409
#define Z_PROBE_BED_DISTANCE 3
I hope someone can help me.