Axis Limitations
-
Any progress on increasing the number of axis available? Last thread I could find was here. https://forum.duet3d.com/topic/16023/maximum-number-of-axis/14
Thanks!
-
@damster the maximum number of axes is now 15 on the Duet 3 MB6HC. You can use axis letters XYZUVWABCDabcdefghijkl. To use lowercase letters in GCode commands, prefix the letter with a single quite character, e.g.:
M584 'A2.0 'B2.1
-