Skip to content

Releases: fluidd-core/fluidd

v1.4.3

10 Jan 17:41
Compare
Choose a tag to compare

Features

  • add Dockerfile & Github workflow
  • automated builds
  • automated releases
  • re-adjust homing buttons
  • enable adjust-z to be always visible
  • general layout enhancements to toolhead card

Bug Fixes

  • add potato to dev deps
  • client warnings should now show properly
  • ensure you can't check for updates during a print
  • extrude snowflake issues when min_extrude_temp === 0
  • Filament reporting under 1m
  • OS updates should properly update status now
  • rename restart mcu's to firmware restart klipper

v1.4.2

04 Jan 16:34
Compare
Choose a tag to compare

Features

  • add ability to remove mesh profiles
  • Allow multiple files upload from upload button
  • make use of automated update status notifications
  • moves home controls to a rollout
  • reduce title font size on mobile

Bug Fixes

  • ensure an estop doesn't dispatch disconnected event
  • ensure home buttons color correctly in new rollout
  • generic fans now controllable (missing string)
  • issue when printing freshly uploaded files (pathing incorrect)
  • minor layout issue on settings page (vuetify upgrade)
  • Now watches for klippy shutdown (should error on heater disconnect)
  • temp preset validation
  • toolhead title buttons overflowing
  • update status no longer effects other waits in the UI

v1.4.1

31 Dec 23:53
Compare
Choose a tag to compare

Bug Fixes

  • allow ending digits for hostnames during printer add dialogs validation
  • dialog action buttons now have more reasonable padding
  • ensure logs card isn't shown when client / klippy is in error
  • loader applied only while updating
  • versions refactored to better handle system updates
  • update dialog has bee polished some more
  • refactored status ring to start at 12 o'clock

v1.4.0

29 Dec 18:23
Compare
Choose a tag to compare

Features

  • improved upload status

Bug Fixes

  • ensure add printer instance url requires protocol

v1.3.1

26 Dec 17:03
Compare
Choose a tag to compare

Notes

A regression was introduced whereby button states were not updating properly. This patch release fixes that issue.

Bug Fixes

  • buttons states now update properly

v1.3.0

26 Dec 02:46
Compare
Choose a tag to compare

Features

  • draggable dashboard cards

Bug Fixes

  • unable to edit new files

v1.2.2

20 Dec 20:03
Compare
Choose a tag to compare

Bug FIxes

  • refresh on client update
  • you should not update or restart services during a print

v1.2.1

20 Dec 17:49
Compare
Choose a tag to compare

Bug Fixes

  • version states & add tooltip for brevity
  • adjusted system update button to be less confusing

v1.2.0

20 Dec 01:05
Compare
Choose a tag to compare

Notes

Once again, this is a large release - incorporating the new version manager from moonraker.

You'll need to ensure you're on the latest moonraker and fluidd, and from then on should be able to update your software via Fluidd, with the caveat that klipper MCU updates will still require manual intervention.

If you're installing fresh using the latest fluiddpi image, you have nothing to do. If you're upgrading an existing install, please SSH into your host and follow the below instructions;

  1. Update your moonraker configuration and add the following to the end;
[update_manager]
client_repo: cadriel/fluidd
client_path: /home/pi/fluidd

Your configuration should look similar to this;
https://github.com/cadriel/FluiddPI/blob/master/src/modules/klipper_moonraker/filesystem/home/pi/klipper_config/moonraker.conf

  1. Ensure you've run the sudo fix so host reboots and upgrades will work.
cd ~/moonraker
./scripts/sudo_fix.sh

3a. Upgrade moonraker and fluidd.

# Upgrade moonraker
cd ~/moonraker
git pull

# Reinstall moonraker
./scripts/install-moonraker.sh -r -f -c /home/pi/klipper_config/moonraker.conf

# Upgrade fluidd
cd ~/fluidd
rm -R ./*
wget -q -O fluidd.zip https://github.com/cadriel/fluidd/releases/latest/download/fluidd.zip
unzip fluidd.zip
rm fluidd.zip

REBOOT!

Features

  • software updates
  • add download log buttons to configuration page
  • allow creation of new files
  • console entry maintains state
  • logo & printer name now link to dashboard

Bug Fixes

  • ctrl-z working properly in code editor
  • downloads now work irrelevant of connected printer port
  • ensure users can't access the jobs page on klippy disconnect
  • fix macros not updating when selecting printers
  • input sliders now accept clicks properly
  • issue when closing file editor with escape
  • prevent null values being saved to temp presets
  • system versions not reliant on klippy being connected

v1.1.0

02 Dec 16:59
Compare
Choose a tag to compare

Features

  • drag and drop file uploads
  • enable print fan adjustment while printing
  • show controller / hot end fan status
  • temperature presets
  • upload & print button

Bug Fixes

  • error loading files when connected directly to moonraker port
  • extruder warning now a snowflake
  • files other than .gcode were not updating file list
  • hamburger not showing all menu items at sm breakpoint
  • re-enable title in mobile format with ellipses
  • webcam eagerly renders, avoiding data consumption when collapsed