Skip to content

Version 3.5.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrishamm chrishamm released this 09 Apr 09:58
· 23 commits to v3.5-dev since this release

Compatible versions:

  • DuetSoftwareFramework 3.5.0-rc.4
  • RepRapFirmware 3.5.0-rc.4

API changes:

  • Added "auto-major" version placeholder to plugin buidl script to reference e.g. 3.5 instead of 3.5.0

New features:

  • Files ending with .g.bak are now displayed with syntax highlighting
  • E-STOP button can now be used even when a message box is open

Changed behaviour:

  • Installing DuetWebControl.bin is no longer supported due to incompatibilities with new SBC update code M997 S2 (Bookworm-based DuetPi only)

Bug fixes:

  • Fixed spurious JS error messages in the console caused by items in the tool/heater list
  • Colons in filenames could result in file operation errors
  • File edit dialog no longer asked for confirmation when closing after changes
  • Downgraded monaco code editor due to incompatibilities with Chromium on Debian Buster
  • Version check was partially broken in the install plugin dialog
  • Upload button in mobile view was not round
  • Code editor was not focused automatically when the editor opened
  • Fixed alignment of axis position label in msgbox
  • Fixed rendering bug affecting hangprinter anchors
  • Fixed support for boards[].wifiFirmwareFileNameUpdating
  • move.axes can be queried sequentially to support up to 30 configured axes
  • Refreshing the G-code filelist with only 1-2 files could lead to occasional update stalls
  • Object model browser did not display referenced <see cref="..."/> properties