WIP: Multi-printers #32

Draft
n07070 wants to merge 25 commits from multi-printers into master
Owner

Add support for Brother QL printers, and actually for multi printers at the same time

Closes #17

Add support for Brother QL printers, and actually for multi printers at the same time Closes #17
n07070 added 2 commits 2026-06-01 21:40:43 +02:00
n07070 added 6 commits 2026-06-03 23:55:39 +02:00
n07070 added 5 commits 2026-06-04 01:11:48 +02:00
n07070 added 2 commits 2026-06-04 01:27:51 +02:00
n07070 added 4 commits 2026-06-04 02:33:10 +02:00
Author
Owner

Ok, this is going pretty well but I still have two things to work out :

  • I don't have a Brother QL printer for testing
  • Sometimes, the threading gets all fucked and the printer is not detected, or detected twice, or after some prints it gets stuck in a "Not ready" state.
    • Reading this, the reading state check is not finished, the checks I've written for them are not reliable and are just magic for the moment.
Ok, this is going pretty well but I still have two things to work out : - I don't have a Brother QL printer for testing - Sometimes, the threading gets all fucked and the printer is not detected, or detected twice, or after some prints it gets stuck in a "Not ready" state. - Reading this, the reading state check is not finished, the checks I've written for them are not reliable and are just magic for the moment.
n07070 added spent time 6 hours 2026-06-04 02:35:59 +02:00
n07070 added spent time 2 hours 2026-06-04 02:36:09 +02:00
n07070 added 1 commit 2026-06-04 19:26:45 +02:00
n07070 added 1 commit 2026-06-04 19:45:54 +02:00
Author
Owner

Sometimes, the threading gets all fucked and the printer is not detected, or detected twice, or after some prints it gets stuck in a "Not ready" state.

I've finished the checks for the printer state, it was missing an else clause.

> Sometimes, the threading gets all fucked and the printer is not detected, or detected twice, or after some prints it gets stuck in a "Not ready" state. I've finished the checks for the printer state, it was missing an else clause.
n07070 added 1 commit 2026-06-12 16:35:49 +02:00
n07070 added 3 commits 2026-06-12 17:21:07 +02:00
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin multi-printers:multi-printers
git checkout multi-printers
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Total Time Spent: 8 hours
n07070
8 hours
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: n07070/littleprynter#32