matmair / brother_ql-inventree

Python package for the raster language protocol of the Brother QL series label printers
GNU General Public License v3.0
27 stars 10 forks source link

Fix end cutting for PT-E550W and add param to disable half cuts #68

Open Bart97 opened 2 months ago

Bart97 commented 2 months ago

Disabling cutting tape at the end of labels was not working on PT-E550W due to a different flag being used in add_expanded_mode. The flag needs to be set in conversion.py. Also introduced a new argument to convert function to allow toggling half cuts between labels.

This fixes https://github.com/inventree/inventree-brother-plugin/issues/44

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud