Update ReportProgressRatio to new signature
This commit is contained in:
parent
fad2e0080c
commit
52fefd5766
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
|
||||
public void LoadGCode(string filePath, ReportProgressRatio progressReporter)
|
||||
public void LoadGCode(string filePath, ReportProgressRatio<(double,string)> progressReporter)
|
||||
{
|
||||
this.LoadedGCode = GCodeMemoryFile.Load(filePath, progressReporter);
|
||||
this.GCodeRenderer = new GCodeRenderer(loadedGCode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue