glabels-qt icon indicating copy to clipboard operation
glabels-qt copied to clipboard

Dymo 11353 labels are two up, xml fix

Open richud opened this issue 2 years ago • 1 comments

Dymo 11353 labels are two up and have rounded corners.

edit dymo-other-templates.xml to fix....

  <!-- =================================================================== -->
  <!-- Dymo 11353 Multipurpose Labels.                                     -->
  <!-- =================================================================== -->
  <Template brand="Dymo" part="11353" size="Other" width="26mm" height="25mm" _description="Multipurpose Labels">
    <Meta category="label"/>
    <Label-rectangle id="0" width="13mm" height="25mm" round="9pt" x_waste="0pt" y_waste="0pt">
      <Markup-margin size="0pt"/>
      <Layout nx="2" ny="1" x0="0pt" y0="0pt" dx="13mm" dy="25mm"/>
    </Label-rectangle>
  </Template>

Please note as Dymo driver does its own thing with margins/printable areas, what you see is not what prints. As printed, the left and bottom will be chopped, need to push label contents to top right to compensate.

richud avatar Aug 11 '22 11:08 richud