Releases: jneilliii/OctoPrint-BambuPrinter
Releases · jneilliii/OctoPrint-BambuPrinter
0.0.15
- adjustments for file listing differences between X1 and P1 for cache directory, #7
0.0.14
- 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
- use gcode_file property instead of subtask_name if it doesn't have 3mf extension included
0.0.12
- fix issue introduced in 0.0.11 that broke recognition of currently printing file when started from printer
0.0.11
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
- fix freezing during cancel command, #4
0.0.9
- 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
- fix delete command to use file path instead of 8dot3 filename
0.0.7
- pin paho-mqtt to versions less than 2 to avoid breaking changes
0.0.6
- switch ftpclient class to support A1/P1 devices