Rename NumChangesInZ to LayerCount

This commit is contained in:
John Lewin 2017-06-29 13:35:44 -07:00
parent b57a63fe3e
commit 81e3cc1425
9 changed files with 18 additions and 19 deletions

View file

@ -193,7 +193,7 @@ namespace MatterHackers.GCodeVisualizer
return 0;
}
public override int NumChangesInZ
public override int LayerCount
{
get
{