From 8e49b4431e48b776eef5df465f5bb00f46e9b707 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 1 Mar 2025 09:50:36 +0100 Subject: display stop commands in simulator and print preview (#3545) --- print/templates/color_swatch.html | 2 +- print/templates/operator_detailedview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/templates/color_swatch.html b/print/templates/color_swatch.html index fe64c855..9ff31642 100644 --- a/print/templates/color_swatch.html +++ b/print/templates/color_swatch.html @@ -21,7 +21,7 @@ {# We don't want to see stops and trims if we have more than 13 colorSwatches to show #} {% if color_blocks|length < 13 %} {{ _('# trims') }}: {{ color_block.num_trims }} - {{ _('stop after?') }}: {{ _("yes") if color_block.stop_after else _("no") }} + {{ _('# stops') }}: {{ color_block.num_stops }} {% endif %} diff --git a/print/templates/operator_detailedview.html b/print/templates/operator_detailedview.html index b16691a0..aaa5cd2b 100644 --- a/print/templates/operator_detailedview.html +++ b/print/templates/operator_detailedview.html @@ -65,7 +65,7 @@

{{ _('trims') }}: {{ color_block.num_trims }} - {{ _('stop after?') }}: {{ _("yes") if color_block.stop_after else _("no") }} + {{ _('stops') }}: {{ color_block.num_stops }}

-- cgit v1.2.3