Releases: TFyre/bambu-farm
Releases · TFyre/bambu-farm
Version 1.1.0
Breaking Change
Config property bambu.notification-duration removed (closes #41)
Other Changes
- Update docker nginx config to allow uploads:
client_max_body_size - Improve serverside push events
- Update protobuf schema with additional fields from x1c and merge Tray&VtTray
- Improve parseInt. Blank values will default to 0 (fixes #33)
- Batch Printing
- Notifications will auto clear after 3 seconds (Except on dashboard when printer has an error or becomes idle) fixes #32
- Dashboard
- Add
remote-viewconfiguration (closes #31)
# defaults to true, when false, disables remote view globally
bambu.remote-view=true
# defaults to true, when false, disables remote view for dashboard, but will still be available in detail view
bambu.dashboard.remote-view=true
# defaults to true, when false, disables per printer
bambu.printers.myprinter1.stream.enable=trueDependencies
Full Changelog: v1.0.8...v1.1.0
Version 1.0.8
New Feature: Batch Printing
- Added Batch Printing
- Upload single/multi sliced 3mf and select which plate to print to multiple printers with AMS mapping
- Click thumbnail to enlarge
- BUG: fix filament color preset not updating the color
- BUG: AMS humidity shows incorrect picture (fixes #18)
- BUG: Multi AMS not showing active filament (fixes #26)
- CSS: Ensure badges are equal size
- add push interval config
- add ftp up/download progress for SD Card & Bulk Print (fixes #24)
- Bump various dependency versions
Full Changelog: v1.0.7...v1.0.8
Version 1.0.7
- Implement color preset (fixes #15)
- Adding configurable Preheats with default
- Adding AllHome button (Fixes #9)
- Implement X1C specific options (fixes #14)
Example config:
bambu.printers.myprinter1.model=x1cFull Changelog: v1.0.6...v1.0.7
Version 1.0.6
- Adding support for x1c streaming
- Fix x1c processing
- Adding back button on printer detail
- Add docker compose for nginx reverse proxy
- Move 'back to dashboard' & printer selection into top bar
- Add Extruder controls
- Fix downloading multiple files from FTP
- Add clicks on filament to configure/load/unload
Full Changelog: v1.0.5...v1.0.6
Version 1.0.5
- Add "dashboard link" on detail screen
- Right clicks are now left clicks by default
To change this behaviour add to.env
bambu.menu-left-click=false- Add GCode to disable steppers (fixes #4)
- Add GCode to change fan speeds (off / 25% / 50% / 75% / full) (fixes #5)
- Dashboard: Add common actions below the printer name
- Detail: Add all actions below the printer name
- Add BouncyCastle log entry to indicate if it loaded correctly
- Add GCode to Axis (X/Y/Z & Home)
Control xy & z speeds via.env
bambu.move-xy=5000
bambu.move-z=3000- Dashboard: Highlight active filament
Full Changelog: v1.0.4...v1.0.5
Version 1.0.4
- Add temperature control menus for Bed & Nozzle (on right click)
- Updating notification & error positions to bottom end of the screen #3
- Add single printer view (aka full screen)
- Update dashboard css to grid view instead of flex !!breaking change for css!!
- Remove image background
- Change print job name to "subtask_name"
- Move nozzle in front of bed temperature badge
- SD Card view - limit upload to max configured body size
- Change default max upload size to 20M
- Enable compression for text Content-Types
Full Changelog: v1.0.3...v1.0.4
Version 1.0.3
X1C: Fix BouncyCastle FTPS Client causing 332 on PBSZ ftp command
Full Changelog: v1.0.2...v1.0.3
Version 1.0.2
Implement FTPSClient via Bouncy Castle for X1C using configuration option
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1
- SD Card sort by date
- Ask for plate id when printing from SD Card
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
Initial Release