Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 884 Bytes

File metadata and controls

20 lines (16 loc) · 884 Bytes

Creality 2x temperature reporting fix

Fixes the double temperature reporting from the Creality Ender-3 v2 printer described in this OctoPrint forum topic.

Some of the newer Creality firmware has an issue where, when reporting its temperature, it writes everything twice. Example; should report tool; 27.76, bed; 39.35

TT::27.7627.76  //0.000.00  BB::39.3539.35  //0.000.00  @@::00  BB@@::00

This plugin turns the input into the correct format, like this;

T:23.84 /0.00 B:24.05 /0.00 @:0 B@:0

This fix is confirmed to work for the following printers:

  • Creality Ender-3 Pro v2
  • Creality CR-6 SE
  • Creality Ender-3 Pro (newly produced ones that ship with the new mainboard)
  • probably all other Creality printers with the new main board as well