fix support for printers that use packbits transfer mode, like PT-D450PV

This commit is contained in:
Dominic Radermacher 2019-03-17 11:36:04 +01:00
parent 1c552a3d11
commit 213a70eee0
8 changed files with 130 additions and 8440 deletions

3
build-aux/git-version-gen Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
GIT_VERSION=$(git --no-pager describe --tags --dirty |sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/v//g')
echo -ne ${GIT_VERSION}