• Joined on 2019-02-19
n07070 pushed to move-to-poetry at n07070/littleprynter 2026-05-18 23:19:49 +02:00
b0e394f9d1 Update the import of the printer package
6254d60429 Add poetry lock file and project toml
f408c47c27 Remove run.sh
a1cfb7a3ba Remove pip requirement
d2f181cb22 Remove the pip selfcheck
Compare 7 commits »
n07070 created branch move-to-poetry in n07070/littleprynter 2026-05-18 02:09:43 +02:00
n07070 pushed to move-to-poetry at n07070/littleprynter 2026-05-18 02:09:43 +02:00
dc7495cd15 Add Poetry files
n07070 pushed to master at n07070/littleprynter 2026-05-17 20:39:00 +02:00
f2d9006a12 Update webcam data management
52e0a09552 Add default signature
Compare 2 commits »
n07070 opened issue n07070/littleprynter#27 2026-05-17 20:32:50 +02:00
ERROR in printer: [Errno 16] Resource busy
n07070 commented on issue n07070/littleprynter#4 2026-05-17 17:16:51 +02:00
Add timer before the picture is taken

Closed by 16c1ef4d72

n07070 closed issue n07070/littleprynter#4 2026-05-17 17:16:51 +02:00
Add timer before the picture is taken
n07070 pushed to master at n07070/littleprynter 2026-05-17 17:16:13 +02:00
16c1ef4d72 Add countdown to the webcam, and fix flipping
002dc2eb8e Add countdown CSS
Compare 2 commits »
n07070 commented on issue n07070/littleprynter#26 2026-05-17 14:46:51 +02:00
Restructure the code to properly provide an API, and give proper responses on the web page

For example :

    else:
        app.logger.error("Method not allowed")
        # flash("Method not allowed")
        # return redirect(url_for("index"))
        return "Method not…
n07070 opened issue n07070/littleprynter#26 2026-05-17 14:46:06 +02:00
Restructure the code to properly provide an API, and give proper responses on the web page
n07070 pushed to master at n07070/littleprynter 2026-05-17 14:24:18 +02:00
85c10a47b0 Update linting with black
n07070 pushed to master at n07070/littleprynter 2026-05-17 14:23:18 +02:00
641b8a2d1f Update index html to remove the required attribute for the signature
n07070 closed issue n07070/littleprynter#3 2026-05-17 13:02:58 +02:00
Add udev and permission information in the README
n07070 pushed to master at n07070/littleprynter 2026-05-17 13:02:58 +02:00
07dbe9be84 Close #3 : Add information about seting up udev permissions
n07070 closed issue n07070/littleprynter#11 2026-05-17 12:58:30 +02:00
Make the requirement for a signature optionnal, add configuration to this effect
n07070 pushed to master at n07070/littleprynter 2026-05-17 12:58:30 +02:00
6888a69ee7 Close #11 : Make the signature optionnal, lint file
0f9135707a Add a configuration option for default signature
9bdd1b4569 Added a comment about linting in the README
Compare 3 commits »
n07070 closed issue n07070/littleprynter#24 2026-05-17 00:52:48 +02:00
Add support for webp
n07070 pushed to master at n07070/littleprynter 2026-05-17 00:52:48 +02:00
4fd2d55cbd Closes #24 : Add webp as allowed extension
n07070 commented on issue n07070/littleprynter#4 2026-05-17 00:48:59 +02:00
Add timer before the picture is taken

When in photomaton mode, it's not useful, but when the picture is taken from the web interface, it would be a simple timer, for example 3 seconds. That can be done with Javascript.

n07070 commented on issue n07070/littleprynter#9 2026-05-17 00:48:00 +02:00
Add a sleep mode when not in use

After a bit of thought :

  • The raspberry pi has no sleep mode really,
  • The printer doesn't either,
  • We only have 2 LEDs always on

So not sure how all of this would work, or even be useful.