Skip to content

Releases: jneilliii/OctoPrint-BambuPrinter

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

0.0.21

18 May 22:52
Compare
Choose a tag to compare
  • add initial timelapse support for firmware generated videos, #28

NOTE: Only tested on X1C, other devices may not be able to list videos over ftps

0.0.20

18 May 22:50
176154c
Compare
Choose a tag to compare
  • fixes issue related to printing a cloud print again and subtask_name including full path to file, #25

0.0.19

12 May 17:40
3e77084
Compare
Choose a tag to compare
  • attempt to fix A1 related print issues, #9
  • flow rate increase logic for M220 from x1plus community

0.0.18

17 Mar 04:37
Compare
Choose a tag to compare
  • adjust start print command for better A1 compatibility

0.0.17

03 Mar 01:40
Compare
Choose a tag to compare
  • expose cloud connection options and add relevant login mechanisms, #8