Releases: fluidd-core/fluidd
Releases · fluidd-core/fluidd
v1.0.0-rc.2
Notes
The power plugin has been refactored to match moonrakers new requirements.
- Ensure moonraker is updated to the latest release.
$ cd moonraker
$ git pull
$ ./scripts/install-moonraker.sh -r
Please take note of the -r
flag - this is required.
Please see the updated moonraker docs for power plugin configuration;
https://github.com/Arksine/moonraker/blob/master/docs/installation.md#power-control-plugin
Bug Fixes
- error deleting single file when only one exists in jobs
- reset and reprint buttons not showing up
v1.0.0-rc.1
Features
- Now pings the default :80 ports on startup to reduce instances where the add printer dialog shows up
Bug Fixes
- Issue where all instances were disabled in instance list
v1.0.0-rc.0
Notes
This is a major release, and has had many underlying core changes. There may be bugs, so please report any via Discord or Github issues!
- Ensure moonraker is updated to the latest release.
$ cd moonraker
$ git pull
$ ./scripts/install-moonraker.sh
- Ensure your
moonraker.conf
has been updated to includecors_domains
as follows;
# ~/klipper_config/moonraker.conf
[server]
host: 0.0.0.0
port: 7125
enable_debug_logging: True
config_path: ~/klipper_config
[authorization]
enabled: True
cors_domains:
http://*.local
http://app.fluidd.xyz
https://app.fluidd.xyz
trusted_clients:
10.0.0.0/8
127.0.0.0/8
169.254.0.0/16
172.16.0.0/16
192.168.0.0/16
FE80::/10
::1/128
Features
- multi-printer management
- allow inverting axis, see settings
- support for
bed_screws_adjust
andscrews_tilt_calculate
if defined inprinter.cfg
- partial support for ip camera streams, see settings
Bug Fixes
- warning text, [virtual_sd_card] -> [virtual_sdcard]
- ensures tool tabs present properly if only one tab is available
- error toasts now use the default timeout
- progress uses display_status to represent M73 if configured
v0.1.0
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
v0.0.9
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
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
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
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