github fluidd-core/fluidd v1.2.0

latest releases: v1.30.0, v1.29.1, v1.29.0...
3 years ago

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

Don't miss a new fluidd release

NewReleases is sending notifications on new releases.