github fluidd-core/fluidd v1.0.0-rc.0

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

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 include cors_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 and screws_tilt_calculate if defined in printer.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

Don't miss a new fluidd release

NewReleases is sending notifications on new releases.