Skip to content

Version 3.5.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrishamm chrishamm released this 01 Sep 11:29
· 172 commits to v3.5-dev since this release

Compatible versions:

  • RepRapFirmware 3.5.0-rc1
  • DuetWebControl 3.5.0-rc1

New features:

  • Added fileread and single-char support using apostrophes like in RRF
  • Added auto flush option to code interceptor API. This is preferred to avoid race conditions under certain circumstances

Changed behaviour:

  • If a RRF plugin contains daemon.g, it is renamed to daemon.g.bak on upgrade
  • Moved userSessions root key to new sbc key
  • M552 S1 unblocks WiFi automatically using rfkill

Bug fixes:

  • Fixed M30 support
  • Fixed default DateTime format in the object model
  • WebSocket session key wasn't optional if no password set
  • Corrected type of direct display screen instances in the OM definition
  • Start-up errors were incorrectly set after booting
  • Adjusted AppArmor permissions for webcam access on Debian Bullseye
  • New DSF implementation of exists() function did not work with local/parameter variables