updated docker set up instructions with bambu cloud login and docker file skip unused opencv for bambu cloud api

This commit is contained in:
RNL
2026-02-17 23:55:45 +11:00
parent 441db069c5
commit 47d0251494
3 changed files with 91 additions and 35 deletions

View File

@@ -1,14 +1,17 @@
# 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 Bambu Lab account credentials (same as Bambu Handy / Bambu Studio login)
BAMBU_USERNAME=your_email@example.com
BAMBU_PASSWORD=your_password
# Required: Your printer's access token (found in printer settings)
ACCESS_TOKEN=your_access_token_here
# Optional: Authentication token (auto-saved after first login, skip manual auth next time)
# After first-time authentication (Step 5a), paste your token here so future
# container restarts won't require email verification again.
# BAMBU_TOKEN=
# Required: Your printer's serial number (found in Settings > Device Info)
PRINTER_SERIAL=your_serial_number
# Optional: Device ID (auto-detected if you only have one printer)
# BAMBU_DEVICE_ID=
# Optional: Timezone (default: UTC)
# TIMEZONE=Australia/Melbourne