This commit is contained in:
John Lewin 2018-11-29 13:41:24 -08:00
parent 80ea3716d9
commit 970d68f5c0
23 changed files with 31 additions and 31 deletions

View file

@ -115,7 +115,7 @@ namespace MatterHackers.PrinterEmulator
#region EPositions data
/// <summary>
/// The absolute eposition from the time the emulator was started.
/// The absolute e-position from the time the emulator was started.
/// never resets with G92
/// </summary>
public double AbsoluteEPosition { get; set; } = 0;