Skip to content

Releases: prusa3d/Prusa-Connect-SDK-Printer

0.8.1

25 Jun 12:50
Compare
Choose a tag to compare
  • Skip hidden sub-directories
  • Sync files upon Transfer finish
  • y2k38 fix on 32bit systems

0.8.0

22 May 12:42
Compare
Choose a tag to compare
  • Send additional version headers
  • Add printer dialog handling
  • Stop transfers on application exit
  • Report read timeouts differently
  • Initial support for the new connect MMU API
  • Add new SL types
  • Download manager abort transter on stop_loop

0.7.1

09 Oct 15:21
Compare
Choose a tag to compare

ChangeLog

* Attribute ro renamed to read_only
* Inotify using improvement

0.7.0

19 May 16:28
Compare
Choose a tag to compare

Full Change Log:

* Added new flat struct for filesystem, old one is renamed to legacy
* transfer_id moved to root to all events
* New kwargs parameter "force" added to DELETE_FOLDER command
* Camera support
    - Autodetection
    - Resolution changing
    - Trigger schemes for time and layer based values
    - Camera ordering preparation
    - Config saving, loading and updating
* Fix priority commands (RESET_PRINTER)
* Remove PREPARED, use only READY and IDLE
* Shorten the request timeout from 30 to 10 seconds
* Transfer ID changed from 64bit to 32bit number
* IDLE / READY states correction
* Improve error callbacks
* File and Folder name validation
* Registration headers update
* Create directory function does nothing if folder already exists
* get_free_space() replaced by get_space_info(), added total size info
* Make on the fly download throttling possible
* Add mesh bed levelling event
* Added command_id to telemetry, if there's a command in progress
* 4xx responses handling change
* Add sheet settings and mbl data
* Add Transfer ID as a 64-bit int
* Added new SET_PRINTER_READY / CANCEL_PRINTER_READY cmds
* Inotify fix - handling nested files
* Introduce a new conditions system
* Added StorageType enum to const
* TRANSFER_INFO improvement
* Make downloads from connect time out after 30s of inactivity
* Send state in every Event

0.7.0.rc3

09 Mar 14:23
Compare
Choose a tag to compare
0.7.0.rc3 Pre-release
Pre-release
  • Added new flat struct for filesystem, old one is renamed to legacy
  • transfer_id moved to root to all events
  • New kwargs parameter "force" added to DELETE_FOLDER command

0.7.0rc2

01 Dec 15:10
Compare
Choose a tag to compare
0.7.0rc2 Pre-release
Pre-release

ChangeLog

* Camera support
    - Autodetection
    - Resolution changing
    - Trigger schemes for time and layer based values
    - Camera ordering preparation
    - Config saving, loading and updating
* Fix priority commands (RESET_PRINTER)
* Remove PREPARED, use only READY and IDLE
* Shorten the request timeout from 30 to 10 seconds

0.7.0.rc1

13 Sep 11:40
Compare
Choose a tag to compare
0.7.0.rc1 Pre-release
Pre-release

ChangeLog

* IDLE / READY states correction
* Improve error callbacks
* File and Folder name validation
* Registration headers update
* Create directory function does nothing if folder already exists
* get_free_space() replaced by get_space_info(), added total size info
* Make on the fly download throttling possible
* Add mesh bed levelling event
* Added command_id to telemetry, if there's a command in progress
* 4xx responses handling change
* Add sheet settings and mbl data
* Add Transfer ID as a 64-bit int
* Added new SET_PRINTER_READY / CANCEL_PRINTER_READY cmds
* Inotify fix - handling nested files
* Introduce a new conditions system
* Added StorageType enum to const
* TRANSFER_INFO improvement
* Make downloads from connect time out after 30s of inactivity
* Send state in every Event