There was an error while loading. Please reload this page.
1 parent 790bced commit df212d9Copy full SHA for df212d9
interpreters/GCodeInterpreter.cs
@@ -45,7 +45,7 @@ public LinearMoveData(Vector2d pos,
45
source = null;
46
}
47
public LinearMoveData(Vector3d pos, double rateIn = GCodeUtil.UnspecifiedValue) {
48
-position = new Vector3d(pos.x, pos.y, GCodeUtil.UnspecifiedValue);
+ position = pos;
49
rate = rateIn;
50
extrude = GCodeUtil.UnspecifiedPosition;
51
0 commit comments