Skip to content

Releases: jneilliii/OctoPrint-BambuPrinter

0.1.8rc6

04 Nov 20:01
884101c

Choose a tag to compare

0.1.8rc6 Pre-release
Pre-release
  • fix root path for start print command for non X1 devices

0.1.8rc5

02 Nov 01:05

Choose a tag to compare

0.1.8rc5 Pre-release
Pre-release
  • 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

30 Oct 04:40

Choose a tag to compare

0.1.8rc4 Pre-release
Pre-release
  • remove call to create connection in printer_worker since it's called on initialization.

0.1.8rc3

28 Oct 21:58

Choose a tag to compare

0.1.8rc3 Pre-release
Pre-release
  • improve initial connection handling by waiting until bambu client is connected before replying with firmware information to M115 command.

0.1.8rc2

28 Oct 17:19

Choose a tag to compare

0.1.8rc2 Pre-release
Pre-release
  • fix command references so they load from internal pybambu module now

0.1.8rc1

28 Oct 03:01
d94df9d

Choose a tag to compare

0.1.8rc1 Pre-release
Pre-release
  • 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

27 Sep 13:40

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

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

Choose a tag to compare

  • adjust M220 feed rate modifier calculations

0.1.4

04 Sep 20:48
7f1ae5a

Choose a tag to compare

  • fix stuck Printing from SD state when canceled in slicer or on printer, #42