Version 3.2.0-b1+1
Pre-release
Pre-release
Compatible files:
- RepRapFirmware 3.2.0-b1
- DuetWebControl 3.2.0-b1
Changed behaviour:
- Permissions are now required for DSF commands for executables running in
/opt/dsf/plugins
- Simulation times are automatically written to G-code files
- Increased API level due to object model changes
- Renamed namespace
DuetAPI.Machine
toDuetAPI.ObjectModel
andMachineModel
toObjectModel
Bug fixes:
- DCS service file contained an invalid CPU priority
- Event logging via M929 was not working
- Macro files with an unknown start code were not properly cancelled by M99/M292 P1
Known issues:
- Security permissions are not enforced via AppArmor yet (and they are still subject to change)
- Package dependencies are not yet installed when a plugin is installed
Hotfixes since 3.2.0-b1:
- DCS didn't have permission to call statfs when running as
dsf
user