Initial spin-off of bambu-run from my private project separation

This commit is contained in:
RNL
2026-02-15 23:51:36 +11:00
parent 37c84fcd9f
commit 441db069c5
43 changed files with 7295 additions and 1 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# Bambu Run Configuration
# Copy this file to .env and fill in your values
# Required: Your Bambu Lab printer's local IP address
PRINTER_IP=192.168.1.xxx
# Required: Your printer's access token (found in printer settings)
ACCESS_TOKEN=your_access_token_here
# Required: Your printer's serial number (found in Settings > Device Info)
PRINTER_SERIAL=your_serial_number
# Optional: Timezone (default: UTC)
# TIMEZONE=Australia/Melbourne
# Optional: Django settings
# DEBUG=True
# DJANGO_SECRET_KEY=change-me-to-a-random-string
# ALLOWED_HOSTS=localhost,127.0.0.1