Fix: Wrong print time

CURA-4874
This commit is contained in:
Aleksei S 2018-01-29 16:01:11 +01:00
parent 0e5395dfd5
commit 0954211be8

View file

@ -413,7 +413,7 @@ Rectangle
{
if(printJob.state == "printing" || printJob.state == "post_print")
{
return OutputDevice.getDateCompleted(printJob.time_total - printJob.time_elapsed)
return OutputDevice.getDateCompleted(printJob.timeTotal - printJob.timeElapsed)
}
}
return "";