Set layer drawing (sync to print) from instruction index rather than time
This commit is contained in:
parent
165726064b
commit
bc96467792
6 changed files with 78 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue