Version 3.4-b2
Pre-release
Pre-release
New features:
- Plugin manager can now be used to reload specific plugin manifests
- Plugin manager may be used to query the installation/runtime status of plugins
- Added new
cancelling
item tostate.status
enum - Subscribers and code stream clients can define what messages they want to receive
- Added support for array expressions
- DuetPiManagementPlugin now supports (un-)mounting of devices via
M21
/M22
Changed behaviour:
- Web server only sends messages with HTTP target to web clients
Bug fixes:
- When RRF reset, DCS could terminate when trying to clear the global variables
- Expression parameters were incorrectly serialized
- Certain UTF-8 strings could be truncated when sent to RRF
- Fixed race condition when attempting to save updated filament mapping
GetFileInfo
requests attempted to parse non-GCode files- M-codes could have G-parameters, now only T-parameters are permitted
- Functions with more than one parameter were not working in
echo
commands