Change ZOffset to LayerTop
This commit is contained in:
parent
acd8842f0b
commit
7fadf07589
5 changed files with 8 additions and 8 deletions
|
|
@ -149,7 +149,7 @@ namespace MatterControl.Printing
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override double GetLayerZOffset(int layerIndex)
|
||||
public override double GetLayerTop(int layerIndex)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue