mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 14:09:04 +01:00
updated docker set up instructions with bambu cloud login and docker file skip unused opencv for bambu cloud api
This commit is contained in:
15
.env.example
15
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user