• Joined on 2019-02-19
n07070 opened issue n07070/littleprynter#35 2026-06-04 01:03:51 +02:00
Regroup all of the image treatement methods in a single file
n07070 pushed to multi-printers at n07070/littleprynter 2026-06-03 23:55:39 +02:00
a2d1779e2b Update worker to get differents printer types
f841cd5628 Add queue completion method, add Printer discovery and types
db7e030a1f Remove printer import, remove vendor&device configuration, update
1218d3fbee Remove unused import, add get_queue_completed method
ef613b3c10 Remove print, add task Typing
Compare 6 commits »
n07070 pushed to multi-printers at n07070/littleprynter 2026-06-01 21:40:43 +02:00
9e4ec6c1a5 Add support for QR code task
9e77e0980b Change the Printer class to implement multiple printer types
Compare 2 commits »
n07070 opened issue n07070/littleprynter#34 2026-06-01 13:56:10 +02:00
Admin interface and configuration
n07070 opened issue n07070/littleprynter#33 2026-06-01 13:56:02 +02:00
Print cost indicator
n07070 created pull request n07070/littleprynter#32 2026-05-27 00:03:21 +02:00
WIP: Multi-printers
n07070 created branch multi-printers in n07070/littleprynter 2026-05-27 00:02:42 +02:00
n07070 pushed to multi-printers at n07070/littleprynter 2026-05-27 00:02:42 +02:00
n07070 commented on issue n07070/littleprynter#18 2026-05-27 00:01:31 +02:00
Add printing queue

Closed by #29

n07070 closed issue n07070/littleprynter#18 2026-05-27 00:01:31 +02:00
Add printing queue
n07070 commented on issue n07070/littleprynter#27 2026-05-27 00:01:15 +02:00
ERROR in printer: [Errno 16] Resource busy

This should be closed by #29

n07070 deleted branch restructure-printing-queue from n07070/littleprynter 2026-05-27 00:00:57 +02:00
n07070 pushed to master at n07070/littleprynter 2026-05-27 00:00:57 +02:00
0e3cc46a41 Merge pull request 'Restructure the code and implement a printing queue' (#29) from restructure-printing-queue into master
bbfe1936da Remove unused import
8134c5e892 Improve linting of printer class
934f766cf3 Update waiting time, update Exceptions
eb9e1ec200 Remove code meant for another branch ( brother-ql code )
Compare 22 commits »
n07070 merged pull request n07070/littleprynter#29 2026-05-27 00:00:56 +02:00
Restructure the code and implement a printing queue
n07070 closed issue n07070/littleprynter#26 2026-05-27 00:00:56 +02:00
Restructure the code to properly provide an API, and give proper responses on the web page
n07070 closed issue n07070/littleprynter#31 2026-05-27 00:00:56 +02:00
Cleanup the uploads directory
n07070 commented on pull request n07070/littleprynter#29 2026-05-27 00:00:48 +02:00
Restructure the code and implement a printing queue

Pretty good, still needs a few things fixed here and there, but a good base to implement new Printers

n07070 pushed to restructure-printing-queue at n07070/littleprynter 2026-05-26 23:59:00 +02:00
bbfe1936da Remove unused import
n07070 pushed to restructure-printing-queue at n07070/littleprynter 2026-05-26 23:57:06 +02:00
8134c5e892 Improve linting of printer class
n07070 pushed to restructure-printing-queue at n07070/littleprynter 2026-05-26 23:53:41 +02:00
934f766cf3 Update waiting time, update Exceptions