Releases: Duet3D/DSF-APIs
pydsfapi/v3.2.0
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
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
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
This is a bugfix release to fix an issue where a response from DCS is capped at 32KiB.
pydsfapi/v3.1.1
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
This release adds
State BoardState
toBoards
Time
toState
in the OM.
It also increases ProtocolVersion
to 8.
pydsfapi/v3.1.0
This version syncs changes and version with upstream 3.1.0.
godsfapi/v3.1.0
This release syncs additional ObjectModel fields and version number with DuetSoftwareFramework.
pysdfapi/v2.1.2
Port changes from upstream
- Increase PROTOCOL_VERSION to 6
- Add G53 to string output of commands that use it
godsfapi/v2.1.2
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