Releases: TFyre/bambu-farm
Releases · TFyre/bambu-farm
Version 1.3.0
What's Changed
Version Bumps
- Bump io.smallrye:jandex-maven-plugin from 3.1.8 to 3.2.2 by @dependabot in #116 #141
- Bump jna.version from 5.14.0 to 5.15.0 by @dependabot in #157
- Bump quarkus.version from 3.11.2 to 3.15.1 by @dependabot in #123 #130 #133 #152 #166
- Bump vaadin.version from 24.4.2 to 24.4.13 by @dependabot in #149 #167 #120 #124 #131 #132 #146
Full Changelog: v1.2.1...v1.3.0
Version 1.2.1
What's Changed
- Bump commons-net:commons-net from 3.11.0 to 3.11.1 by @dependabot in #95
- Bump io.smallrye:jandex-maven-plugin from 3.1.8 to 3.2.0 by @dependabot in #84 (Revert #109)
- Bump quarkus.version from 3.11.0 to 3.11.1 by @dependabot in #94 #114
- Bump vaadin.version from 24.3.12 to 24.3.13 by @dependabot in #96 #99 #115
- Design/show color status by @MaximeBerduck in #113 #118
- Version 1.2.1 by @TFyre in #117
New Contributors
- @MaximeBerduck made their first contribution in #113
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
What's Changed
- Add auto admin login by @TFyre in #88
- Pin container versions and add timeout for ffmpeg by @TFyre in #87
- Adding flow & vibration calibration by @TFyre in #89
- Adding reboot command
Dependency updates
- Bump io.smallrye:jandex-maven-plugin from 3.1.6 to 3.1.7 by @dependabot in #54
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #53
- Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.1.0 to 3.2.0 by @dependabot in #69
- Bump quarkus.version from 3.8.2 to 3.11.0 by @dependabot in #60 #63 #65 #68 #71 #83 #85 #90
- Bump vaadin.version from 24.3.6 to 24.3.12 by @dependabot in #52 #59 #64 #80
- Bumps commons-net:commons-net from 3.10.0 to 3.11.0 by @dependabot in #91
Full Changelog: v1.1.1...v1.2.0
Version 1.1.1
Changes
- Implement parsing of unknown message s_obj (fixes #50)
- Refresh on Batch Print should update printer filaments (closes #46)
- Send full refresh after updating filament (closes #45)
- Add linux service readme (closes #35)
- Show printer offline when no updates received (closes #44)
Dependencies
Full Changelog: v1.1.0...v1.1.1
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-view
configuration (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=true
Dependencies
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=x1c
Full 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