-
Notifications
You must be signed in to change notification settings - Fork 236
Changelog DWC 3.x RC
Christian Hammacher edited this page Feb 9, 2022
·
29 revisions
Compatible versions:
- DuetSoftwareFramework 3.3-rc3
- RepRapFirmware 2 or newer (1.2x may work but untested)
Changed behaviour:
- Job progress indicator now uses job.rawExtrusion instead of move.extruders[].rawPosition if possible
- Changed caption of Third-Party Plugins to Machine-Specific Plugins
Bug fixes:
- Overflow confirmation of Accelerometer plugin did not display translated message
- Fixed selection problem on the Accelerometer page
- Fixed issue where global variables could be hidden on the OM browser after a reconnect
- Reset prompt after expansion board update was shown even if the mainboard was updated
- Layer chart was not immediately cleared when a new print was started
- Cache for simulated files was not properly cleared
Compatible versions:
- DuetSoftwareFramework 3.3-rc2
- RepRapFirmware 2 or newer (1.2x may work but untested)
New features:
- .deb packages can be installed if support for package management and root plugins is enabled in DSF
Bug fixes:
- Global variables were not cleared on disconnect
- Added new
Disconnected
state to indicate when DWC is not connected to RRF
Compatible versions:
- DuetSoftwareFramework 3.3-rc1
- RepRapFirmware 2 or newer (1.2x may work but untested)
Changed behaviour:
- DWC does not ask for a firmware reset if the mainboard was updated as well
Bug fixes:
- Arrow icon next to the code input was misleading
- Status panel stopped updating if Z-probes contained gaps in the OM
- Global variables were not properly updated in the DWC object model
Compatible versions:
- DuetSoftwareFramework 3.2.0-rc2
- RepRapFirmware 2 or newer (1.2x may work but untested)
Bug fixes:
- New code editor has been disabled on touch devices for now due to incompatibilities
- Extra sensors were labelled as heaters in the temperature chart
- Change callbacks in the tool input component didn't check changed values properly
- Simulation state wasn't recorded correctly in the job estimations panel
- When connected in SBC mode multiple concurrent reconnect attempts could be started
- Fixed G3 in the GCode Viewer
Compatible versions:
- DuetSoftwareFramework 3.2.0-rc1
- RepRapFirmware 2 or newer (1.2x may work but untested)
Changed behaviour:
- Added new dialog for up- and downloads of multiple files (similar to DWC1)
- When an expansion board firmware update is performed, DWC asks for controller reset once done
- Integrated new G-Code viewer plugin (thanks Sindarius)
Bug fixes:
- Print control buttons could show wrong captions during (paused) simulations
- Code input could keep previously selected suggestion even if it differs
- Sometimes code promises were not resolved in the correct order in standalone mode
- When M997/M999 were sent from code inputs, file upload errors for DWC files could be seen