Skip to content

dsf-python-3.5.1rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@LoicGRENON LoicGRENON released this 06 May 17:55

Release Notes

Compatible versions:

  • Python 3.7 or newer
  • RepRapFirmware 3.5.1
  • DuetSoftwareFramework 3.5.1

New features:

  • Update the Object Model to match DSF 3.5.1:
    • Added missing measured_height member to probe
    • Added board.free_ram
    • Added board.inductive_sensor key
    • Added accelerometer.orientation key
    • Added fan.tacho_ppr key
    • Extended the list of supported axis letters (Added g to z)
    • Modified move_segmentation.segments_per_sec to return float instead of int
    • Added plugin_manifest.sbc_config_files key
    • Added dsf.is64bit key
    • Added offset_adj and slope_adj keys to analog_sensor
  • Added auto_evaluate_expression optional parameter to InterceptConnection class

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.1rc1