Set layer drawing (sync to print) from instruction index rather than time

This commit is contained in:
LarsBrubaker 2019-05-19 20:10:28 -07:00
parent 165726064b
commit bc96467792
6 changed files with 78 additions and 8 deletions

View file

@ -88,7 +88,9 @@ namespace MatterControl.Printing
public abstract double PercentComplete(int instructionIndex);
public abstract double Ratio0to1IntoContainedLayer(int instructionIndex);
public abstract double Ratio0to1IntoContainedLayerSeconds(int instructionIndex);
public abstract double Ratio0to1IntoContainedLayerInstruction(int instructionIndex);
public static int CalculateChecksum(string commandToGetChecksumFor)
{