• Joined on 2019-02-19
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.

n07070 closed issue n07070/littleprynter#9 2026-05-17 00:48:00 +02:00
Add a sleep mode when not in use
n07070 opened issue n07070/littleprynter#25 2026-05-17 00:46:29 +02:00
Update pip packages
n07070 closed issue n07070/littleprynter#14 2026-05-17 00:46:09 +02:00
Retour de la part de Rozlav
n07070 commented on issue n07070/littleprynter#14 2026-05-17 00:46:08 +02:00
Retour de la part de Rozlav

De ce que je comprend on est face à un python trop récent, faudrait mettre à jour les paquets pip.

n07070 commented on issue n07070/littleprynter#10 2026-05-17 00:44:25 +02:00
Add a docker image as CI test

I've tried this solution. It works, I have a raspberry pi complete emulation, but with only 2G and it's already filled up. The resize command errors out, and I didn't dig further.

I would also…

n07070 opened issue n07070/littleprynter#24 2026-05-15 23:24:24 +02:00
Add support for webp
n07070 opened issue n07070/littleprynter#23 2026-05-14 19:53:03 +02:00
Enclosure for the photomaton
n07070 opened issue n07070/littleprynter#22 2026-05-14 19:50:43 +02:00
Add more options for LEDs and lighting interaction