Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@TFyre TFyre released this 05 Mar 17:19
· 118 commits to main since this release

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
    • Improve printer idle detection (fixes #30)
    • isReady includes IDLE / FINISH / FAILED
    • remove "use AMS" global button and detect based on filament selection (closes #40)
    • Update README: x1c needs bouncycastle
  • Notifications will auto clear after 3 seconds (Except on dashboard when printer has an error or becomes idle) fixes #32
  • Dashboard
    • Confirmation prompts include printer name (closes #36)
    • Clear filename / time remaining / layer count when printer isIdle (closes #37)
    • Add info button to show last updated / printer error details (#41)
  • 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

  • Bump Quarkus 3.8.1 (#42)
  • Bump Vaadin 24.3.6 (#43)

Full Changelog: v1.0.8...v1.1.0