We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9490c6 commit f4cd214Copy full SHA for f4cd214
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(),),
+ return dict(checks=(CbdCheck(), ZwlfCheck()),
14
message=gettext("Your printer's firmware is known to have a broken implementation of the "
15
"communication protocol. This will cause print failures. You'll need to "
16
"take additional steps for OctoPrint to work with it."),
0 commit comments