Skip to content

Commit f4cd214

Browse files
committed
🐛 Fix ZWLF check not being included
1 parent d9490c6 commit f4cd214

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(),),
13+
return dict(checks=(CbdCheck(), ZwlfCheck()),
1414
message=gettext("Your printer's firmware is known to have a broken implementation of the "
1515
"communication protocol. This will cause print failures. You'll need to "
1616
"take additional steps for OctoPrint to work with it."),

0 commit comments

Comments
 (0)