Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dymo 11353 labels are two up, xml fix #180

Open
richud opened this issue Aug 11, 2022 · 0 comments
Open

Dymo 11353 labels are two up, xml fix #180

richud opened this issue Aug 11, 2022 · 0 comments

Comments

@richud
Copy link

richud commented Aug 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant