gosmann.andreas
in reply to: wm_pm

Du muss die Zeile in deiner HTML Datei einfügen

 

    <tbody>
      <summaryrow>
        <tr>
          <td colspan="4" rowspan="5">${stoolpath.NameTag} <br /> ${stoolpath.TapFile}</td>
          <td rowspan="5">${toolpath.Strategy}</td>
          <th rowspan="1">Type</th><td rowspan="1">${tool.Type}</td>
        </tr>
        <tr>
          <th>Diameter</th><td>${tool.Diameter}</td>
        </tr>
        <tr>
          <th>Tip radius</th><td>${tool.TipRadius}</td>
        </tr>
        <tr>
          <th>Length</th><td>${tool.Length}</td>
        </tr>
        <tr>
          <th>Number</th><td>${tool.Number}</td>
        </tr>
      </summaryrow>
    </tbody>

So wie hier aus der Summary html Datei bei Number ${tool.Number}.