Change ZOffset to LayerTop

This commit is contained in:
John Lewin 2018-05-09 15:27:31 -07:00
parent acd8842f0b
commit 7fadf07589
5 changed files with 8 additions and 8 deletions

View file

@ -72,7 +72,7 @@ namespace MatterControl.Printing
public abstract double GetLayerHeight(int layerIndex);
public abstract double GetLayerZOffset(int layerIndex);
public abstract double GetLayerTop(int layerIndex);
public abstract int GetLayerIndex(int instructionIndex);