Gcode On the Duet3 Behaving Unpredictably
-
I'm working on a DIY embroidery machine and I'm using a Duet3 6HC as a controller for the machine.
I've setup inkstitch to use the following stitch command:
G1 X%X Y%Y
M98 P"trigger3.g"Where M98 P"trigger3.g" is:
G1 U5 F1500
G1 H1 U500 F1500
G92 U0What I'm experiencing is very odd. I generate one file, and the machine moves normally. I generate another file, the gcode looks very similar, but the machine only moves in the Y axis. I've attached two of the gcode files in question.
V13 works as expected, V26 does not
TextTestV13.gcode TextTest26.gcodeI'm not really sure if this is a problem on the Duet side or the Inkstitch side.