Unify Vector2 3 and 4 to have upper case field members
This commit is contained in:
parent
2de8368f6e
commit
359784877f
63 changed files with 351 additions and 351 deletions
|
|
@ -239,9 +239,9 @@ namespace MatterHackers.GCodeVisualizer
|
|||
}
|
||||
|
||||
Vector3 attemptedDestination = lastPrinterPosition;
|
||||
GetFirstNumberAfter("X", lineToParse, ref attemptedDestination.x);
|
||||
GetFirstNumberAfter("Y", lineToParse, ref attemptedDestination.y);
|
||||
GetFirstNumberAfter("Z", lineToParse, ref attemptedDestination.z);
|
||||
GetFirstNumberAfter("X", lineToParse, ref attemptedDestination.X);
|
||||
GetFirstNumberAfter("Y", lineToParse, ref attemptedDestination.Y);
|
||||
GetFirstNumberAfter("Z", lineToParse, ref attemptedDestination.Z);
|
||||
|
||||
double ePosition = lastEPosition;
|
||||
GetFirstNumberAfter("E", lineToParse, ref ePosition);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue