Releases: jneilliii/OctoPrint-BambuPrinter
Releases · jneilliii/OctoPrint-BambuPrinter
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
0.1.8rc1
- bring latest pybambu module in from home assistant integration
- add onBeforePrintStart callback to prevent starting "local" files and display print options dialog.* add onBeforePrintStart callback to prevent starting "local" files and display print options dialog (with AMS mapping support)
- add AMS display in sidebar
0.1.7
- add back missing PREPARE state after refactor and associate it with printing status.
0.1.6
- replace 0 with 1 bytes during reporting print status to trigger state change in OctoPrint sooner.
0.1.5
- adjust M220 feed rate modifier calculations
0.1.4
- fix stuck Printing from SD state when canceled in slicer or on printer, #42
0.1.3
- fix file uploads to SD card broken with refactor.