Skip to content

dsf-python-3.5.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@LoicGRENON LoicGRENON released this 15 Jan 18:24

Release Notes

Compatible versions:

  • Python 3.9 or newer
  • RepRapFirmware 3.5.0-rc2
  • DuetSoftwareFramework 3.5.0-rc2

New features:

  • Added new object model fields introduced by RepRapFirmware/DuetSoftwareFramework
  • Add DeprecationWarning where applicable

Bug fixes:

  • Do not time out the connection for zero-byte payloads as DSF may send it to check if the socket is still open
  • Raise IPCSocketBrokenException when the IPC socket is closed on the remote server

Downloads

Installation

To install the latest version : sudo pip3 install --pre dsf-python
To upgrade to the latest version : sudo pip3 install --upgrade --pre dsf-python
To install this specific version : pip install dsf-python==3.5.0rc2