fix(web): make printed cut instructions legible
Build CutList image / build-and-push (push) Successful in 19s

Keep part numbers and their dividers visible in monochrome print output, and include the selected cutting tool and kerf on the printed report.
This commit is contained in:
aj
2026-08-03 02:18:45 +00:00
parent 25af9e3ba8
commit 5409479e00
5 changed files with 55 additions and 3 deletions
@@ -1060,6 +1060,14 @@ else
</div>
</div>
@if (job.CuttingTool != null)
{
<div class="print-cut-method">
<strong>Cut Method:</strong> @job.CuttingTool.Name
<span class="ms-2">Kerf: @FormatResultLength((double)job.CuttingTool.KerfInches)</span>
</div>
}
<!-- Material List: required stock lengths not covered by job stock -->
<div class="card mb-4 print-material-list">
<div class="card-header d-flex justify-content-between align-items-center">