Working on mesh wrapper and rebuild issues

This commit is contained in:
Lars Brubaker 2018-05-30 16:42:17 -07:00
parent a0ff7fa653
commit 25883fc0bc
18 changed files with 247 additions and 79 deletions

View file

@ -173,7 +173,7 @@ namespace MatterControl.Printing
return 100;
}
public override int GetInstructionIndexAtLayer(int layerIndex)
public override int GetFirstLayerInstruction(int layerIndex)
{
return 0;
}