Skip to content

Commit 3f2184d

Browse files
committed
🥅 Disable double temp check
Plugin doesn't implement order yet, thus the check would warn even if the plugin was there.
1 parent 59f0358 commit 3f2184d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

octoprint_firmware_check/checks/firmware_broken.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class FirmwareBrokenChecks(object):
1111
@classmethod
1212
def as_dict(cls):
13-
return dict(checks=(CbdCheck(), ZwlfCheck(), CrealityDoubleTempCheck(), CrealityEqualsTempCheck()),
13+
return dict(checks=(CbdCheck(), ZwlfCheck(), CrealityDoubleTempCheck()),
1414
message=gettext("Your printer's firmware is known to have a broken implementation of the "
1515
"communication protocol. This may cause print failures or other annoyances. "
1616
"You'll need to take additional steps for OctoPrint to fully work with it."),

0 commit comments

Comments
 (0)