initial commit

This commit is contained in:
2026-07-05 10:06:21 +02:00
commit f8ed637759
16 changed files with 1795 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=Voron filament dryer CSV logger
After=multi-user.target
# Give USB time to enumerate after boot
After=systemd-udev-settle.service
[Service]
Type=simple
# Adjust user and paths to match your Pi setup
User=pi
WorkingDirectory=/home/pi/voron-filament-dryer
ExecStart=/usr/bin/python3 /home/pi/voron-filament-dryer/scripts/capture_csv.py --log-dir /home/pi/voron-filament-dryer/logs
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target