Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Releases: Duet3D/DSF-APIs

pydsfapi/v3.2.0

07 Apr 08:56
Compare
Choose a tag to compare

This version syncs all changes made to DSF 3.2.x.

Also @Kriechi has provided significant clean-ups, better examples and type-safety to this package. Thanks a lot for that!

godsfapi/v3.2.0

07 Apr 09:00
Compare
Choose a tag to compare

This release syncs all changes from DSF 3.2.x into godsfapi and also adds the previously missing axis.drivers property to the object model.

pydsfapi/v3.1.3

09 Nov 10:59
Compare
Choose a tag to compare

Another bugfix release.

This build fixes the problem if responses in Subscription mode come in quicker than being processed by pydsfapi they would lead to JSON parser errors.

pydsfapi/v3.1.2

05 Nov 10:49
Compare
Choose a tag to compare

This is a bugfix release to fix an issue where a response from DCS is capped at 32KiB.

pydsfapi/v3.1.1

19 May 13:40
Compare
Choose a tag to compare

This release only updates PROTOCOL_VERSION to 8 to be in line with DuetSoftwareFramework 3.1.1 though this still is compatible with version 7.

godsfapi/v3.1.1

19 May 13:41
Compare
Choose a tag to compare

This release adds

  • State BoardState to Boards
  • Time to State

in the OM.

It also increases ProtocolVersion to 8.

pydsfapi/v3.1.0

18 May 08:53
Compare
Choose a tag to compare

This version syncs changes and version with upstream 3.1.0.

godsfapi/v3.1.0

18 May 08:50
Compare
Choose a tag to compare

This release syncs additional ObjectModel fields and version number with DuetSoftwareFramework.

pysdfapi/v2.1.2

28 Apr 13:56
Compare
Choose a tag to compare

Port changes from upstream

  • Increase PROTOCOL_VERSION to 6
  • Add G53 to string output of commands that use it

godsfapi/v2.1.2

28 Apr 13:50
Compare
Choose a tag to compare

Port changes from upstream

  • Increase ProtocolVersion
  • Add G53 to string output of commands that use it
  • Adjust types in object model
    • Add Skew to MoveCompensation
    • Make IoBits in RestorePoint nilable
    • Introduce SimpleFilamentMonitor

New

  • Add a new Code.HasFlag() method to check for flags being set