Hello, RayWB. Can you show me again where to put the:
case UI_ACTION_Z_PROBE:<br style="box-sizing: border-box; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, serif; font-size: 16px; line-height: 22.8571px; background-color: rgb(255, 255, 255);"> if(!allowMoves) return UI_ACTION_Z_PROBE;<br style="box-sizing: border-box; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, serif; font-size: 16px; line-height: 22.8571px; background-color: rgb(255, 255, 255);"> UI_STATUS_UPD_F(Com::translatedF(UI_TEXT_Z_PROBE_ID));<br style="box-sizing: border-box; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, serif; font-size: 16px; line-height: 22.8571px; background-color: rgb(255, 255, 255);"> GCode::executeFString(PSTR("G29 S2\n")); <br style="box-sizing: border-box; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, serif; font-size: 16px; line-height: 22.8571px; background-color: rgb(255, 255, 255);"> break;
Thanks you :)