Skip to content

Commit

Permalink
🥅 Disable double temp check
Browse files Browse the repository at this point in the history
Plugin doesn't implement order yet, thus the check would warn even if
the plugin was there.
  • Loading branch information
foosel committed Sep 14, 2020
1 parent 59f0358 commit 3f2184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_firmware_check/checks/firmware_broken.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class FirmwareBrokenChecks(object):
@classmethod
def as_dict(cls):
return dict(checks=(CbdCheck(), ZwlfCheck(), CrealityDoubleTempCheck(), CrealityEqualsTempCheck()),
return dict(checks=(CbdCheck(), ZwlfCheck(), CrealityDoubleTempCheck()),
message=gettext("Your printer's firmware is known to have a broken implementation of the "
"communication protocol. This may cause print failures or other annoyances. "
"You'll need to take additional steps for OctoPrint to fully work with it."),
Expand Down

0 comments on commit 3f2184d

Please sign in to comment.