fmueller
  • Joined on 2022-06-08
fmueller pushed to main at fmueller/fabcal 2025-02-26 01:10:57 +01:00
e82f7224c5 Report errors to Glitchtip
fmueller pushed to main at fmueller/fabcal 2025-02-23 17:18:58 +01:00
cdeca9498c Handle HTTP errors gracefully
fmueller deleted branch fix_image_build from fmueller/fabcal 2025-02-07 23:28:42 +01:00
fmueller pushed to main at fmueller/fabcal 2025-02-07 23:28:42 +01:00
2d90b57235 fix docker image build by using python 3.13 base image
fmueller merged pull request fmueller/fabcal#1 2025-02-07 23:28:41 +01:00
fix docker image build by using python 3.13 base image
fmueller pushed to main at fmueller/fabcal 2025-02-06 01:01:49 +01:00
53cb75f1d5 Add configurable legend to footer
fmueller pushed to main at fmueller/fabcal 2025-02-05 23:41:00 +01:00
54222eb8cc Support overwriting details for all events
fmueller pushed to main at fmueller/fabcal 2025-02-05 23:07:56 +01:00
af33203932 Add support for feeds from reparatur-initiativen.de
93b0a314d4 Make app easier to run in debug mode
Compare 2 commits »
fmueller pushed to main at fmueller/fabcal 2025-02-03 23:48:55 +01:00
d8fa4e1dcb Disable poetry's package-mode
fmueller pushed to main at fablab/visicut-settings 2025-01-25 23:14:31 +01:00
6cb8c3cc9d Increase engraving depth of Stempelgummi
fmueller pushed to main at fablab/visicut-settings 2024-12-17 22:26:10 +01:00
c439cc49ac Add engrave and cut settings for Leder
e3a038897d Tune Balsaholz schneiden settings
58d926d9af Add cut settings for 2.0mm Sperrholz Birke
4466b93a8b Tune Sperrholz Pappel 3.0mm schneiden
3c0a32661e Fix and improve cut and mark settings
Compare 6 commits »
fmueller pushed to main at fablab/visicut-settings 2024-12-17 21:55:00 +01:00
2c80cc0707 Add settings for HDF 3.0mm gravieren grob
0bc32eb9a1 Add settings for Sperrholz Buche 5.0mm
c7da1e3f9d Make HDF 3.0mm schneiden more reliable
cc1a43f39a Add engrave settings for Schiefer
Compare 4 commits »
fmueller pushed to main at fablab/visicut-settings 2024-10-08 01:59:15 +02:00
72b1fa1920 Add extended cut test script
fmueller pushed to main at fablab/visicut-settings 2024-10-08 01:53:45 +02:00
65e74a8815 Make focus test waste less space
fmueller pushed to main at fablab/visicut-settings 2024-10-08 01:31:38 +02:00
e4512627b7 Fix cut test by forcing focus on material surface
09667b86d5 Add Dichtungspapier cut settings for Zing 24
Compare 2 commits »
fmueller commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-04 00:07:09 +02:00
add MQTT and OTA update support

That would be my assumption, too. At least for Python 3, we can be sure of it. And almost all browsers and terminals use UTF-8, too.

fmueller commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-03 22:10:25 +02:00
add MQTT and OTA update support

So you are saying the LED sign's own encoding is close to CP437? I.e., if I send text to the sign that is in CP437 already, it would display most of it?

What I'm confused about is what is the…

fmueller commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-03 21:38:25 +02:00
add MQTT and OTA update support

That is some odd behavior, but then again, if it works... mDNS is pretty standard with these IoT devices nowadays. For example, WLED also advertises a (user-configurable)…

fmueller commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-03 21:35:55 +02:00
add MQTT and OTA update support

The mapping listed in both the Python and C++ code was deduced from the vendor's software which I blackbox reverse engineered with some USB serial converters. It was a tedious, time consuming…