Rename NumChangesInZ to LayerCount
This commit is contained in:
parent
b57a63fe3e
commit
81e3cc1425
9 changed files with 18 additions and 19 deletions
|
|
@ -59,7 +59,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
// the number of lines in the file
|
||||
public abstract int LineCount { get; }
|
||||
|
||||
public abstract int NumChangesInZ { get; }
|
||||
public abstract int LayerCount { get; }
|
||||
public abstract double TotalSecondsInPrint { get; }
|
||||
|
||||
public abstract void Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue