We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f0358 commit 3f2184dCopy full SHA for 3f2184d
1 file changed
octoprint_firmware_check/checks/firmware_broken.py
@@ -10,7 +10,7 @@
10
class FirmwareBrokenChecks(object):
11
@classmethod
12
def as_dict(cls):
13
- return dict(checks=(CbdCheck(), ZwlfCheck(), CrealityDoubleTempCheck(), CrealityEqualsTempCheck()),
+ return dict(checks=(CbdCheck(), ZwlfCheck(), CrealityDoubleTempCheck()),
14
message=gettext("Your printer's firmware is known to have a broken implementation of the "
15
"communication protocol. This may cause print failures or other annoyances. "
16
"You'll need to take additional steps for OctoPrint to fully work with it."),
0 commit comments