Skip to content

Releases: fluidd-core/fluidd

v0.1.0

06 Nov 23:18
Compare
Choose a tag to compare

Notes

  • please ensure moonraker is updated, and has that latest dependencies as follows;
$ cd moonraker
$ git pull
$ ./scripts/install-moonraker.sh

Features

  • files now has its own page and is now optional via settings, defaults to on
  • dashboard files tab is now optional via settings, defaults to off
  • add loader to file uploads
  • add save and close to file editor
  • adds settings to control jobs card and menu item
  • allow .ufp uploads into jobs
  • file menu shows larger thumb
  • filter thumbs folder (part of ufp change)
  • files now load meta data
  • print pushes user to dashboard if not already
  • sensors now show up in graph
  • support power notifications
  • app now shows valid configuration errors if detected (no sdcard config, etc.. )

Bug Fixes

  • catch a greater subset of errors to throw to the user
  • change file upload icon in file browser
  • editing files now works in safari / ios properly
  • ensure current_print is updated properly
  • incorrect console timestamps
  • load plugins on socket connection (users can now power on / off without a klippy connection)
  • send MOVE=1 for z-adjust during prints
  • socket client was not clearing old requests
  • time estimations display Infinity
  • update ref for vue-plotly (reduces artifact size by ~2mb)

v0.0.10

30 Oct 21:12
Compare
Choose a tag to compare

Bug Fixes

  • logo now shows in firefox

v0.0.9

30 Oct 20:07
Compare
Choose a tag to compare

Notes

  • Bundles have been adjusted, reducing overall package size

Features

  • add base logo
  • allow flipping camera horizontally or vertically
  • camera defaults to disabled, can be toggled in settings
  • collapsable panels
  • enable machine limits
  • initial pwa support + icon
  • site max constrained width
  • move temp targets to tabbed panel
  • moves theme switcher to settings page and json config
  • allow setting an instance name

Bug Fixes

  • cancel now works
  • ensure power plugin is available when klippy is not
  • file modified dates should now be correct
  • first few console items should no longer spread
  • invalid time estimates
  • reprint button now works
  • sliders not registering if mouse released outside of control
  • z-adjust displays to 3 decimal points, as per lcd

v0.0.8

26 Oct 01:34
Compare
Choose a tag to compare

Notes

  • this release REQUIRES the latest moonraker update. Please ensure you git pull the latest moonraker.

Features

  • temp chart can now show / hide similar to camera, state saves in browser.
  • display printer progress in title (instance name coming soon)
  • moonraker power plugin support. Displays as tab on dashboard (feedback welcome)
  • lots of console updates. timestamps, plus color coding, plus minor layout updates

Bug Fixes

  • broken image for thumbs no longer show
  • console send no longer sits too high when no console history exists
  • previous print thumb shouldn't show on next print
  • updates to reflect moonraker changes to file modified
  • z_tilt_adjust was sending the incorrect gcode

v0.0.7

20 Oct 15:08
Compare
Choose a tag to compare

Features

  • Tabbed content has now been updated to reflect feedback
  • Alert now displayed if extruder below min_extrude_temp

Bug Fixes

  • console now properly maintains history
  • extrude / retract now work if min extrude temp not defined
  • generic heaters now show up and work properly
  • regression, printing within a folder now works
  • end stops now sorted alphabetically

v0.0.6

15 Oct 21:18
Compare
Choose a tag to compare

Features

  • Add console history on load
  • add machine limits card (currently disabled..)
  • add version information to footer
  • config editing available when klipper in error
  • git hash in footer, footer no longer fixed
  • mobile and tablet layouts

Bug Fixes

  • adds confirm dialogs to shutdown and reboot host buttons
  • host reboot and shutdown now work
  • macros no longer disabled during print

v0.0.5

10 Oct 18:23
Compare
Choose a tag to compare

Bug Fixes

  • A couple of icons had incorrect definitions, causing strange characters or missing icons

V0.0.4

09 Oct 21:37
Compare
Choose a tag to compare

Features

  • Configuration files can now be edited inside fluidd
  • Console now has a command history
  • Added a confirm to cancel a print
  • New light theme added with the ability to switch. Defaults to dark, remembers per browser

Bug Fixes

  • Temp sensors and probes now show properly

V0.0.3

05 Oct 14:46
Compare
Choose a tag to compare

Features

  • New printer configuration page with;
    • Bed mesh, runout sensors and end stops.

Bug Fixes

  • Allows a forced refresh on socket disconnection
  • Cancel button now shows during pause
  • Default time estimation is now based on klipper
  • Time estimation can now be selected by the user in settings
  • General time estimation cleanup
  • System config now applies correctly in dev and production environments
  • Macros with a space in their name now show correctly

Initial Release

30 Sep 20:56
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial release of Fluidd, a Web UI for Klipper.