From 98612eeae37ac5dee611f4607244da7c613c08e9 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 31 Oct 2018 01:06:31 +0100 Subject: Print Estimated Time (#341) --- print/templates/operator_overview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/templates/operator_overview.html') diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index 048fd58e..359d4f50 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -13,13 +13,13 @@

{{ _('Design box size') }}:{{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }}

{{ _('Total stitch count') }}:{{job.num_stitches }}

-

{{ _('Total thread used') }}:{{job.estimated_thread }}

+

{{ _('Total thread used') }}:{{job.total_thread_used }}

-
+

{{ _('Job estimated time') }}:

-

{{ job.estimated_time }}

+

-- cgit v1.2.3