Releases: jneilliii/OctoPrint-BambuPrinter
Releases · jneilliii/OctoPrint-BambuPrinter
0.1.8rc11
- update pybambu/bambu_cloud.py from upstream HA project
0.1.8rc10
- reduce settings save by refactoring ams data updates
0.1.8rc9
- check for filename in cache subfolder for files started through cloud connected printers
- send 0% progress when in prepare state and progress is 100
- minor UI tweaks
0.1.8rc8
- updates to pybambu module
- update cloud login workflow, #59
0.1.8rc7
- update pybambu module from upstream HA project, groundwork for fixing new cloud authorization process, #59
- potential fix for stuck progress/canceled printing status, #52
0.1.8rc6
- fix root path for start print command for non X1 devices
0.1.8rc5
- switch to any comparison instead of all for allowed suffixes to prevent issues with file names that contain additional periods, ie part_v2.1.gcode.3mf, potential fix for #52
0.1.8rc4
- remove call to create connection in printer_worker since it's called on initialization.
0.1.8rc3
- improve initial connection handling by waiting until bambu client is connected before replying with firmware information to M115 command.
0.1.8rc2
- fix command references so they load from internal pybambu module now