The following GCodes are no implemented in firmware:
Can see in source uarm_protocol.c, line #1063:
case 2211:
//DB_PRINT_STR( "M2211\r\n" );
return UARM_CMD_OK;
break;
case 2212:
//DB_PRINT_STR( "M2212\r\n" );
return UARM_CMD_OK;
break;
case 2213:
//DB_PRINT_STR( "M2213\r\n" );
return UARM_CMD_OK;
break;
These commands are documented in the developer guides, and implemented in the Python SDK. Are there plans to bring these GCode commands back?