fix(web): make printed cut instructions legible
Build CutList image / build-and-push (push) Successful in 19s
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user