Improving fan speed reporting
This commit is contained in:
parent
2fd226c155
commit
e4cdc106d8
4 changed files with 106 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue