Skip to content

Instantly share code, notes, and snippets.

@agutenkunst
Last active November 27, 2020 14:02
Show Gist options
  • Save agutenkunst/7a9cc50faf4ef75f930733babbe62e93 to your computer and use it in GitHub Desktop.
Save agutenkunst/7a9cc50faf4ef75f930733babbe62e93 to your computer and use it in GitHub Desktop.
Setup Dymo 450 printer Ubuntu 18

Print via batch

  • In Gui insert merge field, will be something like ${1}. Barcode use key.
  • Then create a pdf using
glabels-3-batch -i in.csv label.glabel -o out.pdf
  • Print the pdf
lpr -P LabelWriter-450 -o media=Custom.54x70mm out.pdf

or

lpr -P LabelWriter-450 -o media=Custom.54x70mm -o fit-to-page out.pdf

with rotation:

lpr -P LabelWriter-450 -o media=Custom.54x70mm -o fit-to-page -o landscape out.pdf
�������Mo�0 �����Kv�|lq{h�a@�m/=�M�jdɓ��ٯ���AQv�/E�|�����ozm���#��./��ہ0�B�]�"%M�kk�/�T'w�tE�F��� ��Oд�Y@;�d�������i��Պ�)F��� ��4F^�:��i0��W� \Po`r�[;�}����Z�������������=��t(�߁e(w�+��� �I%�P`b6�}�!�LVw��Zu����������u��)��w��a��24G��b��I<w���aG�Y${��<KO����G����~Ȼ��)�q �u�{q^3���e�� �t�����M;�I%A�gq4Og+oN֗�X^��
��W&x�F��Z�Xg��Ԛ��X
1:��⁃%�ez:����/g}[&Q����W��J�m�.\�G&M8
j'�<�A>@� ��)�4?S �lM�r.+�rV��&�4M#:��B9+�t��5w�o9�Iָ�ɛ��x���c:WxI�4r�����h9M�4H�L�U�]�E����c��|�S����+c�����v/)�a��{�k���k�t����=
��J7�z�
9��p��t�[���hȵj�P��Ԫ���(7�!�
�������|y���3���
@agutenkunst
Copy link
Author

Had a problem with a new installation of Ubuntu 20. Only the half would print. Solved by setting the paper size in the print settings.
Screenshot from 2020-11-27 15-01-26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment