Skip to content

Release V4.x.x removes documented features #14

@andySigler

Description

@andySigler

The following GCodes are no implemented in firmware:

  • M2211
  • M2212
  • M2213

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions