Put in some more tooltips.
This commit is contained in:
parent
8c810f63f1
commit
0bf526dc02
5 changed files with 114 additions and 19 deletions
|
|
@ -122,10 +122,11 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
{
|
||||
Vector3 delta = outPosition - lastDestinationWithLevelingApplied;
|
||||
lastDestinationWithLevelingApplied = outPosition;
|
||||
outPosition -= delta;
|
||||
outPosition = delta;
|
||||
}
|
||||
else
|
||||
{
|
||||
lastDestinationWithLevelingApplied = outPosition;
|
||||
}
|
||||
|
||||
newLine = newLine.Append(String.Format("X{0:0.##} Y{1:0.##} Z{2:0.###}", outPosition.x, outPosition.y, outPosition.z));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue