Skip to content

Releases: jneilliii/OctoPrint-BambuPrinter

0.1.7

27 Sep 13:40
Compare
Choose a tag to compare
  • add back missing PREPARE state after refactor and associate it with printing status.

0.1.6

06 Sep 05:40
Compare
Choose a tag to compare
  • replace 0 with 1 bytes during reporting print status to trigger state change in OctoPrint sooner.

0.1.5

06 Sep 02:36
Compare
Choose a tag to compare
  • adjust M220 feed rate modifier calculations

0.1.4

04 Sep 20:48
7f1ae5a
Compare
Choose a tag to compare
  • fix stuck Printing from SD state when canceled in slicer or on printer, #42

0.1.3

25 Aug 18:21
Compare
Choose a tag to compare
  • fix file uploads to SD card broken with refactor.

0.1.2

18 Aug 05:07
cd4103c
Compare
Choose a tag to compare
  • fix issues related to 8dot3 filenames used in M23 command, #39
  • switch to auto reporting temp and sd status

0.1.1

31 Jul 04:03
Compare
Choose a tag to compare
  • fix issues related to M220 command, #35

0.1.0

30 Jul 02:50
fda4b86
Compare
Choose a tag to compare

What's Changed

  • Add separate class for sftp file system
  • Add separate serial IO handling class
  • Replace function name mangling with gcode handler registration system
  • Add states to virtual Bambu printer that manage state specific interaction
  • Add synchronization utilities to work with virtual printer as if it is a binary stream
  • Add unittests with mocked Bambu printer to ensure core functionality works as expected
  • Fix formatting to be automatically processed by black formatter
  • Fix python 3.10 type annotations for readability

Thanks to @Valemos for this massive effort of refactoring the plugin to be a better product long-term.

New Contributors

Full Changelog: 0.0.23...0.1.0

0.0.23

25 May 03:38
Compare
Choose a tag to compare
  • fix thumbnail url for avi based timelapse, #30

0.0.22

24 May 23:39
Compare
Choose a tag to compare
  • add avi file listing for timelapses for non-X1 devices, #29