diff --git a/src/app/job.service.ts b/src/app/job.service.ts index 8eb30682c..78a8cf81e 100644 --- a/src/app/job.service.ts +++ b/src/app/job.service.ts @@ -50,7 +50,7 @@ export class JobService { thumbnail: await this.fileService.getThumbnail( '/' + data.job.file.origin + '/' + data.job.file.path, ), - progress: Math.round((data.progress.filepos / data.job.file.size) * 100), + progress: Math.round(data.progress.completion), ...(data.job.filament !== null ? { filamentAmount: this.service.convertFilamentLengthToWeight(