Improving fan speed reporting

This commit is contained in:
Lars Brubaker 2022-05-03 10:19:19 -07:00
parent 2fd226c155
commit e4cdc106d8
4 changed files with 106 additions and 3 deletions

View file

@ -164,7 +164,12 @@ namespace MatterControl.Printing
throw new NotImplementedException();
}
public override double PercentComplete(int instructionIndex)
public override int GetLastFanSpeed(int layerIndex)
{
return -1;
}
public override double PercentComplete(int instructionIndex)
{
lock(locker)
{