M1029 - Remap 8-pin port function

Description

Remap 8-pin port function.

After modification, you have to save it with M500, and then re-connect the module after power off according to the custom smooth

8-pin port numbers are from 1 to 6, with the first port number is 1.

E axis is only valid for 3d printing, laser and CNC head must be in the first port

The mapping will overwrite the function of the original port, and the original port function will be invalidated, so you need to specify the port again.

Parameters

M1029 [B<int>] [E<int>] [X<int>] [Y<int>] [Z<int>]
[B<int>]

Specify the port used for the X-axis B[1-6]

[E<int>]

Specify the port used for the E-axis E[1-6]

[X<int>]

Specify the port used for the X-axis X[1-6]

[Y<int>]

Specify the port used for the Y-axis Y[1-6]

[Z<int>]

Specify the port used for the Z-axis Z[1-6]

Examples

Query the current port configuration.

M1029

Use the default port configuration.

M1029 E1 X3 Y4 Z5 B6

B-axis using 2 ports.

M1029 B2