Skip to content

Releases: jneilliii/OctoPrint-BambuPrinter

0.0.15

18 Feb 18:16
Compare
Choose a tag to compare
  • adjustments for file listing differences between X1 and P1 for cache directory, #7

0.0.14

18 Feb 06:59
Compare
Choose a tag to compare
  • fix cache file list issues
  • optimize file listing to only update when retrieving file list and not while selecting or deleting a file
  • don't remove intermediary file on local storage

0.0.13

13 Feb 23:45
Compare
Choose a tag to compare
  • use gcode_file property instead of subtask_name if it doesn't have 3mf extension included

0.0.12

13 Feb 02:36
Compare
Choose a tag to compare
  • fix issue introduced in 0.0.11 that broke recognition of currently printing file when started from printer

0.0.11

13 Feb 00:15
Compare
Choose a tag to compare

What's Changed

  • Allow use of cache folder and custom gcode commands by @Pavulon87 in #5

New Contributors

Full Changelog: 0.0.10...0.0.11

0.0.10

12 Feb 05:09
Compare
Choose a tag to compare
  • fix freezing during cancel command, #4

0.0.9

11 Feb 20:41
Compare
Choose a tag to compare
  • fix upload_file and delete_file to return boolean as it did before switching the ftps client module for A1/P1 devices

0.0.8

10 Feb 22:57
Compare
Choose a tag to compare
  • fix delete command to use file path instead of 8dot3 filename

0.0.7

10 Feb 18:34
Compare
Choose a tag to compare
  • pin paho-mqtt to versions less than 2 to avoid breaking changes

0.0.6

10 Feb 16:32
Compare
Choose a tag to compare
  • switch ftpclient class to support A1/P1 devices