Dymo 11353 labels are two up, xml fix
richud opened this issue · 1 comments
richud commented
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.
miky2k commented
I need to add this to appimage , is it possible ?