Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willindiana committed Apr 10, 2022
1 parent 40db02e commit 8e3a3cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion continuousprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def bed_cooldown(self):

def clear_bed(self):
if self._settings.get(["bed_cooldown_enabled"]):
# If bed cooldown management is enabled activate cooldown routine
self.bed_cooldown()
path = self._write_temp_gcode(CLEARING_SCRIPT_KEY)
self._printer.select_file(path, sd=False, printAfterSelect=True)
Expand Down

0 comments on commit 8e3a3cc

Please sign in to comment.