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

@ -70,7 +70,7 @@ namespace MatterControl.Printing
public abstract double GetFilamentWeightGrams(double filamentDiameterMm, double density);
public abstract int GetInstructionIndexAtLayer(int layerIndex);
public abstract int GetFirstLayerInstruction(int layerIndex);
public abstract double GetLayerHeight(int layerIndex);