<p style="font-family: 'Open Sans', Arial, serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; line-height: 22.8571px; box-sizing: border-box; margin: 0px 0px 11px; color: rgb(85, 85, 85); background-color: rgb(255, 255, 255);">Well, there's a lot wrong with this configuration.h. First Z-Probe is disabled haha. Below, in red, are the correct settings you should use. </p><p style="font-family: 'Open Sans', Arial, serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; line-height: 22.8571px; box-sizing: border-box; margin: 0px 0px 11px; color: rgb(85, 85, 85); background-color: rgb(255, 255, 255);">
</p><p style="font-family: 'Open Sans', Arial, serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; line-height: 22.8571px; box-sizing: border-box; margin: 0px 0px 11px; color: rgb(85, 85, 85); background-color: rgb(255, 255, 255);">// #################### Z-Probing #####################</p><p style="box-sizing: border-box; margin: 0px 0px 11px;">#define Z_PROBE_Z_OFFSET 0<br style="box-sizing: border-box;">#define Z_PROBE_Z_OFFSET_MODE 0<br style="box-sizing: border-box;">#define UI_BED_COATING 0<br style="box-sizing: border-box;">#define FEATURE_Z_PROBE 1<br style="box-sizing: border-box;">#define Z_PROBE_BED_DISTANCE 10<br style="box-sizing: border-box;">#define Z_PROBE_PIN <font color="#555555" face="Open Sans, Arial, serif">ORIG_Z_MIN_PIN</font><br style="box-sizing: border-box;">#define Z_PROBE_PULLUP 1<br style="box-sizing: border-box;">#define Z_PROBE_ON_HIGH 1<br style="box-sizing: border-box;">#define Z_PROBE_X_OFFSET 0<br style="box-sizing: border-box;">#define Z_PROBE_Y_OFFSET 0<br style="box-sizing: border-box;">#define Z_PROBE_WAIT_BEFORE_TEST 0<br style="box-sizing: border-box;">#define Z_PROBE_SPEED 5<br style="box-sizing: border-box;">#define Z_PROBE_XY_SPEED 150<br style="box-sizing: border-box;">#define Z_PROBE_SWITCHING_DISTANCE 1<br style="box-sizing: border-box;">#define Z_PROBE_REPETITIONS 2<br style="box-sizing: border-box;">#define Z_PROBE_HEIGHT 5<br style="box-sizing: border-box;">#define Z_PROBE_START_SCRIPT ""<br style="box-sizing: border-box;">#define Z_PROBE_FINISHED_SCRIPT ""<br style="box-sizing: border-box;">#define FEATURE_AUTOLEVEL 1<br style="box-sizing: border-box;">#define Z_PROBE_X1 0<br style="box-sizing: border-box;">#define Z_PROBE_Y1 -60<br style="box-sizing: border-box;">#define Z_PROBE_X2 -30<br style="box-sizing: border-box;">#define Z_PROBE_Y2 -60<br style="box-sizing: border-box;">#define Z_PROBE_X3 30<br style="box-sizing: border-box;">#define Z_PROBE_Y3 -60<br style="box-sizing: border-box;">#define BENDING_CORRECTION_A 0<br style="box-sizing: border-box;">#define BENDING_CORRECTION_B 0<br style="box-sizing: border-box;">#define BENDING_CORRECTION_C 0<br style="box-sizing: border-box;">#define FEATURE_AXISCOMP 0<br style="box-sizing: border-box;">#define AXISCOMP_TANXY 0<br style="box-sizing: border-box;">#define AXISCOMP_TANYZ 0<br style="box-sizing: border-box;">#define AXISCOMP_TANXZ 0</p>